KDGpu::RenderPassCommandRecorderOptions
#include <render_pass_command_recorder_options.h>
Public Attributes
Public Attributes Documentation
variable colorAttachments
 | std::vector< ColorAttachment > colorAttachments;
  | 
 
variable depthStencilAttachment
 | DepthStencilAttachment depthStencilAttachment;
  | 
 
variable samples
 | SampleCountFlagBits samples { SampleCountFlagBits::Samples1Bit };
  | 
 
variable viewCount
 | uint32_t viewCount { 1 };
  | 
 
variable framebufferWidth
 | uint32_t framebufferWidth { 0 };
  | 
 
variable framebufferHeight
 | uint32_t framebufferHeight { 0 };
  | 
 
Updated on 2025-07-08 at 12:01:11 +0000