Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases binary reader.
|
|
Read ( string filename ) : void |
Opens and reads the given filename. The file is held open until the object is disposed.
|
|
Read ( string filename, Stream input ) : void |
Reads the given Stream.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ReadFeatures ( ) : void | ||
ReadShader ( ) : void | ||
ReadShaderChunk ( int offset ) : byte[] |
public Read ( string filename ) : void | ||
filename | string | The file to open and read. |
return | void |
public Read ( string filename, Stream input ) : void | ||
filename | string | The filename |
input | Stream | The input |
return | void |