OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
Enumerations | |
enum | LoadAction { DontCare , Clear , ClearOnTilers , Load } |
Enumerator | |
---|---|
DontCare | Do not care about the initial contents. Useful for colour buffers if you intend to cover the whole screen with opaque draws. Not recommended for depth & stencil. |
Clear | Clear the whole resource or a fragment of it depending on viewport settings. Actual behavior depends on the API used. |
ClearOnTilers | On tilers, will clear the subregion. On non-tilers, it's the same as LoadAction::Load and assumes the resource is already cleared.
|
Load | Load the contents that were stored in the texture. |