RenderTargetTexture attachments to invalidate after Renderpass. More...
Public Member Functions | |
InvalidateAttachments (int mValue) | |
InvalidateAttachments (InvalidateAttachments enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static InvalidateAttachments | swigToEnum (int swigValue) |
static InvalidateAttachments | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
InvalidateAttachmentsAll =(3) | |
Invalidate all attachments. | |
InvalidateAttachmentsColor =(1) | |
Invalidate color attachments. | |
InvalidateAttachmentsDepthStencil =(2) | |
Invalidate depth/stencil attachment. | |
InvalidateAttachmentsNone =(0) | |
Do not invalidate any attachments. | |
RenderTargetTexture attachments to invalidate after Renderpass.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |