메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
ReadFeatures ( ) : void | ||
ReadShader ( ) : void | ||
ReadShaderChunk ( int offset ) : byte[] |
public Read ( string filename ) : void | ||
filename | string | The file to open and read. |
리턴 | void |
public Read ( string filename, Stream input ) : void | ||
filename | string | The filename |
input | Stream | The input |
리턴 | void |