KDGpu::ColorAttachment
#include <render_pass_command_recorder_options.h>
Public Attributes
Public Attributes Documentation
variable view
| Handle< TextureView_t > view;
|
variable resolveView
| Handle< TextureView_t > resolveView;
|
variable loadOperation
| AttachmentLoadOperation loadOperation { AttachmentLoadOperation::Clear };
|
variable storeOperation
| AttachmentStoreOperation storeOperation { AttachmentStoreOperation::Store };
|
variable clearValue
| ColorClearValue clearValue;
|
variable initialLayout
| TextureLayout initialLayout { TextureLayout::Undefined };
|
variable layout
| TextureLayout layout { TextureLayout::ColorAttachmentOptimal };
|
variable finalLayout
| TextureLayout finalLayout { TextureLayout::ColorAttachmentOptimal };
|
Updated on 2024-11-21 at 00:02:22 +0000