Kanzi  3.9.9
Kanzi Engine Java API
LegacyRenderPassEnums.InvalidateAttachments Enum Reference

RenderTargetTexture attachments to invalidate after Renderpass. More...

Inheritance diagram for LegacyRenderPassEnums.InvalidateAttachments:
[legend]

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.
 

Detailed Description

RenderTargetTexture attachments to invalidate after Renderpass.

Constructor & Destructor Documentation

InvalidateAttachments ( int  value)

Constructs a InvalidateAttachments of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a InvalidateAttachments object.

Parameters
enum_InvalidateAttachments to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static InvalidateAttachments swigToEnum ( int  swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
static InvalidateAttachments toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.