Skip to content

KDGpu::ColorAttachment

#include <render_pass_command_recorder_options.h>

Public Attributes

Name
Handle< TextureView_t > view
Handle< TextureView_t > resolveView
AttachmentLoadOperation loadOperation
AttachmentStoreOperation storeOperation
ColorClearValue clearValue
TextureLayout initialLayout
TextureLayout layout
TextureLayout finalLayout

Public Attributes Documentation

variable view

1
Handle< TextureView_t > view;

variable resolveView

1
Handle< TextureView_t > resolveView;

variable loadOperation

1
AttachmentLoadOperation loadOperation { AttachmentLoadOperation::Clear };

variable storeOperation

1
AttachmentStoreOperation storeOperation { AttachmentStoreOperation::Store };

variable clearValue

1
ColorClearValue clearValue;

variable initialLayout

1
TextureLayout initialLayout { TextureLayout::Undefined };

variable layout

1
TextureLayout layout { TextureLayout::ColorAttachmentOptimal };

variable finalLayout

1
TextureLayout finalLayout { TextureLayout::ColorAttachmentOptimal };

Updated on 2024-09-10 at 00:01:36 +0000