C# 클래스 Axiom.Graphics.GpuProgramParameters.GpuSharedParameters

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

비공개 메소드들

메소드 설명
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