Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::interop::LegacyRenderPassEnums Struct Reference

#include <kanzi/interop/autogen/core.ui/graphics3d/legacy_render_pass_enums.hpp>

Public Types

enum  InvalidateAttachments { InvalidateAttachmentsNone, InvalidateAttachmentsColor, InvalidateAttachmentsDepthStencil, InvalidateAttachmentsAll }
 RenderTargetTexture attachments to invalidate after Renderpass. More...
 

Member Enumeration Documentation

RenderTargetTexture attachments to invalidate after Renderpass.

Enumerator
InvalidateAttachmentsNone 

Do not invalidate any attachments.

InvalidateAttachmentsColor 

Invalidate color attachments.

InvalidateAttachmentsDepthStencil 

Invalidate depth/stencil attachment.

InvalidateAttachmentsAll 

Invalidate all attachments.


The documentation for this struct was generated from the following file: