Click or drag to resize
AB4D logo

ContextStatesManagerReset(Boolean) Method

Resets all 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.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void Reset(
	bool resetBoundGpuResources = true
)

Parameters

resetBoundGpuResources  Boolean  (Optional)
when true (by default), the GPU resources that were bound through this ContextStatesManager will be reset to null
See Also