Kanzi  3.9.8
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 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.
 

Detailed Description

RenderTargetTexture attachments to invalidate after Renderpass.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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.