C# 클래스 Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionPrograms

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

보호된 프로퍼티들

프로퍼티 타입 설명
fixedFunctionState Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionState
fragmentProgramUsage Axiom.Graphics.GpuProgramUsage
vertexProgramUsage Axiom.Graphics.GpuProgramUsage

공개 메소드들

메소드 설명
FixedFunctionPrograms ( ) : System
SetFixedFunctionProgramParameters ( FixedFunctionPrograms parameters ) : void

보호된 메소드들

메소드 설명
_setProgramParameter ( GpuProgramType type, String paramName, Axiom value ) : void
_setProgramParameter ( GpuProgramType type, String paramName, Object value, int sizeInBytes ) : void
_setProgramParameter ( GpuProgramType type, String paramName, float value ) : void
_setProgramParameter ( GpuProgramType type, String paramName, int value ) : void
_updateParameter ( GpuProgramParameters programParameters, String paramName, Object value, int sizeInBytes ) : void

메소드 상세

FixedFunctionPrograms() 공개 메소드

public FixedFunctionPrograms ( ) : System
리턴 System

SetFixedFunctionProgramParameters() 공개 추상적인 메소드

public abstract SetFixedFunctionProgramParameters ( FixedFunctionPrograms parameters ) : void
parameters FixedFunctionPrograms
리턴 void

_setProgramParameter() 보호된 메소드

protected _setProgramParameter ( GpuProgramType type, String paramName, Axiom value ) : void
type GpuProgramType
paramName String
value Axiom
리턴 void

_setProgramParameter() 보호된 메소드

protected _setProgramParameter ( GpuProgramType type, String paramName, Object value, int sizeInBytes ) : void
type GpuProgramType
paramName String
value Object
sizeInBytes int
리턴 void

_setProgramParameter() 보호된 메소드

protected _setProgramParameter ( GpuProgramType type, String paramName, float value ) : void
type GpuProgramType
paramName String
value float
리턴 void

_setProgramParameter() 보호된 메소드

protected _setProgramParameter ( GpuProgramType type, String paramName, int value ) : void
type GpuProgramType
paramName String
value int
리턴 void

_updateParameter() 보호된 메소드

protected _updateParameter ( GpuProgramParameters programParameters, String paramName, Object value, int sizeInBytes ) : void
programParameters Axiom.Graphics.GpuProgramParameters
paramName String
value Object
sizeInBytes int
리턴 void

프로퍼티 상세

fixedFunctionState 보호되어 있는 프로퍼티

protected FixedFunctionState,Axiom.RenderSystems.Xna.FixedFunctionEmulation fixedFunctionState
리턴 Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionState

fragmentProgramUsage 보호되어 있는 프로퍼티

protected GpuProgramUsage,Axiom.Graphics fragmentProgramUsage
리턴 Axiom.Graphics.GpuProgramUsage

vertexProgramUsage 보호되어 있는 프로퍼티

protected GpuProgramUsage,Axiom.Graphics vertexProgramUsage
리턴 Axiom.Graphics.GpuProgramUsage