Click or drag to resize
AB4D logo

ContexStatesManagerReset Method (ContexStatesManagerResetType)

Resets the specified cached resource states. This can be called if some state were not set by ContexStatesManager but were directly set by the application so the current values stored in ContexStatesManager are not valid any more. 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(
	ContexStatesManagerResetType resetType
)

Parameters

resetType
Type: Ab3d.DirectXContexStatesManagerResetType
ResetType
See Also