Property | Type | Description | |
---|---|---|---|
fixedFunctionState | Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionState | ||
fragmentProgramUsage | |||
vertexProgramUsage |
Method | Description | |
---|---|---|
FixedFunctionPrograms ( ) : System | ||
SetFixedFunctionProgramParameters ( |
Method | Description | |
---|---|---|
_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 | ||
return | void |
protected _setProgramParameter ( GpuProgramType type, String paramName, Axiom value ) : void | ||
type | GpuProgramType | |
paramName | String | |
value | Axiom | |
return | void |
protected _setProgramParameter ( GpuProgramType type, String paramName, Object value, int sizeInBytes ) : void | ||
type | GpuProgramType | |
paramName | String | |
value | Object | |
sizeInBytes | int | |
return | void |
protected _setProgramParameter ( GpuProgramType type, String paramName, float value ) : void | ||
type | GpuProgramType | |
paramName | String | |
value | float | |
return | void |
protected _setProgramParameter ( GpuProgramType type, String paramName, int value ) : void | ||
type | GpuProgramType | |
paramName | String | |
value | int | |
return | void |
protected _updateParameter ( |
||
programParameters | ||
paramName | String | |
value | Object | |
sizeInBytes | int | |
return | void |
protected FixedFunctionState,Axiom.RenderSystems.Xna.FixedFunctionEmulation fixedFunctionState | ||
return | Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionState |
protected GpuProgramUsage,Axiom.Graphics fragmentProgramUsage | ||
return |