Method | Description | |
---|---|---|
ParseSignature ( byte bytecode, string token ) : SignatureEntry[] |
Reads shader signature from bytecode.
|
Method | Description | |
---|---|---|
GetTokenPosition ( byte bc, string token, int &length ) : int |
Gets token position and subsection size.
|
|
ReadNullTermASCIIString ( byte bytecode, int start ) : string |
|
public static ParseSignature ( byte bytecode, string token ) : SignatureEntry[] | ||
bytecode | byte | Bytecode. |
token | string | Signature token: Possible values are 'ISGN', 'OSGN', 'OSG5'. |
return | SignatureEntry[] |