|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax 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