C# 클래스 ValveResourceFormat.CompiledShader

상속: IDisposable
파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 메소드들

메소드 설명
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[]

메소드 상세

Dispose() 공개 메소드

Releases binary reader.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Read() 공개 메소드

Opens and reads the given filename. The file is held open until the object is disposed.
public Read ( string filename ) : void
filename string The file to open and read.
리턴 void

Read() 공개 메소드

Reads the given Stream.
public Read ( string filename, Stream input ) : void
filename string The filename .
input Stream The input to read from.
리턴 void