C# Class Fusion.Drivers.Graphics.BytecodeUtils

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
ParseSignature ( byte bytecode, string token ) : SignatureEntry[]

Reads shader signature from bytecode.

Private Methods

Méthode Description
GetTokenPosition ( byte bc, string token, int &length ) : int

Gets token position and subsection size.

ReadNullTermASCIIString ( byte bytecode, int start ) : string

Method Details

ParseSignature() public static méthode

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'.
Résultat SignatureEntry[]