C# 클래스 Fusion.Drivers.Graphics.BytecodeUtils

파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 메소드들

메소드 설명
ParseSignature ( byte bytecode, string token ) : SignatureEntry[]

Reads shader signature from bytecode.

비공개 메소드들

메소드 설명
GetTokenPosition ( byte bc, string token, int &length ) : int

Gets token position and subsection size.

ReadNullTermASCIIString ( byte bytecode, int start ) : string

메소드 상세

ParseSignature() 공개 정적인 메소드

Reads shader signature from bytecode.
public static ParseSignature ( byte bytecode, string token ) : SignatureEntry[]
bytecode byte Bytecode.
token string Signature token: Possible values are 'ISGN', 'OSGN', 'OSG5'.
리턴 SignatureEntry[]