Skip to content

KDGpu::RenderPassCommandRecorderWithRenderPassOptions

#include <render_pass_command_recorder_options.h>

Public Attributes

Name
Handle< RenderPass_t > renderPass
std::vector< Attachment > attachments
SampleCountFlagBits samples
uint32_t viewCount
uint32_t framebufferWidth
uint32_t framebufferHeight
uint32_t framebufferArrayLayers

Public Attributes Documentation

variable renderPass

1
Handle< RenderPass_t > renderPass;

variable attachments

1
std::vector< Attachment > attachments;

variable samples

1
SampleCountFlagBits samples { SampleCountFlagBits::Samples1Bit };

variable viewCount

1
uint32_t viewCount { 1 };

variable framebufferWidth

1
uint32_t framebufferWidth { 0 };

variable framebufferHeight

1
uint32_t framebufferHeight { 0 };

variable framebufferArrayLayers

1
uint32_t framebufferArrayLayers { 0 };

Updated on 2025-07-01 at 00:02:08 +0000