RenderTargetTexture attachments to invalidate after Renderpass. More...
Public Member Functions | |
InvalidateAttachments (int value) | |
Constructs a InvalidateAttachments of an integer value. More... | |
InvalidateAttachments (InvalidateAttachments enum_) | |
Constructs a copy of a InvalidateAttachments object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static InvalidateAttachments | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
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.
InvalidateAttachments | ( | int | value | ) |
Constructs a InvalidateAttachments of an integer value.
value | Integer value to convert to enumeration constant. |
Constructs a copy of a InvalidateAttachments object.
enum_ | InvalidateAttachments to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |