C# Class Axiom.Graphics.GpuProgramParameters.GpuSharedParameters

Show file Open project: WolfgangSt/axiom Class Usage Examples

Private Properties

Property Type Description
AddConstantDefinition void
GetConstantDefinition GpuConstantDefinition
GetFloatPointer OffsetArray.FixedPointer
GetIntPointer OffsetArray.FixedPointer
GpuSharedParameters System
MarkDirty void
RemoveAllConstantDefinitions void
RemoveConstantDefinition void
SetNamedConstant void
SetNamedConstant void
SetNamedConstant void
SetNamedConstant void
SetNamedConstant void
SetNamedConstant void
SetNamedConstant void
SetNamedConstant void

Private Methods

Method Description
AddConstantDefinition ( string name, GpuConstantType constType, int arrraySize = 1 ) : void
GetConstantDefinition ( string name ) : GpuConstantDefinition
GetFloatPointer ( int pos ) : OffsetArray.FixedPointer
GetIntPointer ( int pos ) : OffsetArray.FixedPointer
GpuSharedParameters ( string name ) : System
MarkDirty ( ) : void
RemoveAllConstantDefinitions ( ) : void
RemoveConstantDefinition ( string name ) : void
SetNamedConstant ( string name, ColorEx value ) : void
SetNamedConstant ( string name, Matrix4 value ) : void
SetNamedConstant ( string name, Real value ) : void
SetNamedConstant ( string name, Vector3 value ) : void
SetNamedConstant ( string name, Vector4 value ) : void
SetNamedConstant ( string name, double value ) : void
SetNamedConstant ( string name, float value ) : void
SetNamedConstant ( string name, int value ) : void