Click or drag to resize
AB4D logo

ContexStatesManagerReset Method

Resets the cached resource states. This is usually called at the beginning of rendering a frame because we do not know if any state changes were set after the last frame was rendered. NOTE: This does not change any state on the GPU!

Namespace:  Ab3d.DirectX
Assembly:  Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 2.1.6262.1040
Syntax
C#
public void Reset()
See Also