Click or drag to resize
AB4D logo

ContextStatesManagerReset Method

Overload List
 NameDescription
Public methodReset(Boolean) 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.
Public methodReset(ContextStatesManagerResetType, Boolean, Boolean) Resets the specified cached resource states. This can be called if some state were not set by ContextStatesManager but were directly set by the application so the current values stored in ContextStatesManager are not valid any more.
Top
See Also