C# Class idTech4.Renderer.MaterialParsingData

Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
ForceOverlays bool
Operations List
RegisterIsTemporary bool[]
RegistersAreConstant bool
ShaderRegisters float[]
Stages List

Property Details

ForceOverlays public property

public bool ForceOverlays
return bool

Operations public property

public List Operations
return List

RegisterIsTemporary public property

public bool[] RegisterIsTemporary
return bool[]

RegistersAreConstant public property

public bool RegistersAreConstant
return bool

ShaderRegisters public property

public float[] ShaderRegisters
return float[]

Stages public property

public List Stages
return List