|
ContextStatesManagerSetRasterizerState Method |
It is possible to call this method to set rasterizer stat and also set the cached value of IsFrontCounterClockwise.
This eliminates the need to call the native GetDescription call when IsFrontCounterClockwise check is needed.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void SetRasterizerState(
RasterizerState rasterizerState,
bool? isFrontCounterClockwise
)
Parameters
- rasterizerState RasterizerState
- isFrontCounterClockwise NullableBoolean
- can be null
See Also