Flags that control which buffers are affected during clear operations.
| Enumerator |
|---|
| MFRCF_Colour |
Clear the colour buffer.
|
| MFRCF_ZBuffer |
Clear the depth buffer.
|
| MFRCF_Stencil |
Clear the stencil buffer.
|
| MFRCF_None |
Don't clear any buffers.
|
| MFRCF_All |
Clear the colour, depth and stencil buffers.
|
| MFRCF_DepthStencil |
Clear the depth and stencil buffers.
|
| MFRCF_ForceInt |
Force MFRenderClearFlags to a uint type.
|