Click or drag to resize
AB4D logo

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

Parameters

rasterizerState  RasterizerState
isFrontCounterClockwise  NullableBoolean
can be null
See Also