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 2025-11-02 at 00:01:41 +0000