Click or drag to resize
AB4D logo

ContexStatesManagerSetRasterizerState 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.DirectX
Assembly:  Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 2.1.6262.1040
Syntax
C#
public void SetRasterizerState(
	RasterizerState rasterizerState,
	Nullable<bool> isFrontCounterClockwise
)

Parameters

rasterizerState
Type: RasterizerState
isFrontCounterClockwise
Type: SystemNullableBoolean
can be null
See Also