프로퍼티 | 타입 | 설명 | |
---|---|---|---|
fixedFunctionState | Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionState | ||
fragmentProgramUsage | |||
vertexProgramUsage |
메소드 | 설명 | |
---|---|---|
FixedFunctionPrograms ( ) : System | ||
SetFixedFunctionProgramParameters ( |
메소드 | 설명 | |
---|---|---|
_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 ( |
public abstract SetFixedFunctionProgramParameters ( |
||
parameters | ||
리턴 | void |
protected _setProgramParameter ( GpuProgramType type, String paramName, Axiom value ) : void | ||
type | GpuProgramType | |
paramName | String | |
value | Axiom | |
리턴 | void |
protected _setProgramParameter ( GpuProgramType type, String paramName, Object value, int sizeInBytes ) : void | ||
type | GpuProgramType | |
paramName | String | |
value | Object | |
sizeInBytes | int | |
리턴 | void |
protected _setProgramParameter ( GpuProgramType type, String paramName, float value ) : void | ||
type | GpuProgramType | |
paramName | String | |
value | float | |
리턴 | void |
protected _setProgramParameter ( GpuProgramType type, String paramName, int value ) : void | ||
type | GpuProgramType | |
paramName | String | |
value | int | |
리턴 | void |
protected _updateParameter ( |
||
programParameters | ||
paramName | String | |
value | Object | |
sizeInBytes | int | |
리턴 | void |
protected FixedFunctionState,Axiom.RenderSystems.Xna.FixedFunctionEmulation fixedFunctionState | ||
리턴 | Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionState |
protected GpuProgramUsage,Axiom.Graphics fragmentProgramUsage | ||
리턴 |