Class CompactShader
Class for loading compact shader programs.
public class CompactShader : ShaderBase, IDisposable
- Inheritance
-
CompactShader
- Implements
- Inherited Members
Constructors
CompactShader()
public CompactShader()
CompactShader(Stream, bool)
public CompactShader(Stream stream, bool decompress = true)
Parameters
Methods
InitializeInternal()
Function for internal shader initialization.
protected override void InitializeInternal()
Load(Stream, bool)
public bool Load(Stream stream, bool decompress = true)