Method | Description | |
---|---|---|
MaterialRendererServices ( |
||
SetBasicRenderStates ( |
||
SetPixelShaderConstant ( float data, int startRegister ) : void | ||
SetPixelShaderConstant ( float data, int startRegister, int constantAmount ) : void | ||
SetPixelShaderConstant ( string name, float floats ) : void | ||
SetPixelShaderConstant ( string name, float floats, int count ) : void | ||
SetVertexShaderConstant ( float data, int startRegister ) : void | ||
SetVertexShaderConstant ( float data, int startRegister, int constantAmount ) : void | ||
SetVertexShaderConstant ( string name, float floats ) : void | ||
SetVertexShaderConstant ( string name, float floats, int count ) : void |
Method | Description | |
---|---|---|
MaterialRendererServices_GetVideoDriver ( |
||
MaterialRendererServices_SetBasicRenderStates ( |
||
MaterialRendererServices_SetPixelShaderConstant ( |
||
MaterialRendererServices_SetPixelShaderConstantA ( |
||
MaterialRendererServices_SetVertexShaderConstant ( |
||
MaterialRendererServices_SetVertexShaderConstantA ( |
public MaterialRendererServices ( |
||
raw | ||
return | System |
public SetBasicRenderStates ( |
||
material | ||
lastmaterial | ||
resetAllRenderstates | bool | |
return | void |
public SetPixelShaderConstant ( float data, int startRegister ) : void | ||
data | float | |
startRegister | int | |
return | void |
public SetPixelShaderConstant ( float data, int startRegister, int constantAmount ) : void | ||
data | float | |
startRegister | int | |
constantAmount | int | |
return | void |
public SetPixelShaderConstant ( string name, float floats ) : void | ||
name | string | |
floats | float | |
return | void |
public SetPixelShaderConstant ( string name, float floats, int count ) : void | ||
name | string | |
floats | float | |
count | int | |
return | void |
public SetVertexShaderConstant ( float data, int startRegister ) : void | ||
data | float | |
startRegister | int | |
return | void |
public SetVertexShaderConstant ( float data, int startRegister, int constantAmount ) : void | ||
data | float | |
startRegister | int | |
constantAmount | int | |
return | void |
public SetVertexShaderConstant ( string name, float floats ) : void | ||
name | string | |
floats | float | |
return | void |
public SetVertexShaderConstant ( string name, float floats, int count ) : void | ||
name | string | |
floats | float | |
count | int | |
return | void |