Skip to content

KDGpu::RenderPassCommandRecorderOptions

#include <render_pass_command_recorder_options.h>

Public Attributes

Name
std::vector< ColorAttachment > colorAttachments
DepthStencilAttachment depthStencilAttachment
SampleCountFlagBits samples
uint32_t viewCount
uint32_t framebufferWidth
uint32_t framebufferHeight

Public Attributes Documentation

variable colorAttachments

1
std::vector< ColorAttachment > colorAttachments;

variable depthStencilAttachment

1
DepthStencilAttachment depthStencilAttachment;

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 };

Updated on 2024-08-28 at 00:05:04 +0000