Skip to content

KDGpu::RenderPassOptions

#include <render_pass_options.h>

Public Attributes

Name
std::vector< AttachmentDescription > attachments
std::vector< SubpassDescription > subpassDescriptions
std::vector< SubpassDependenciesDescriptions > subpassDependencies
std::vector< uint32_t > correlatedViewMasks

Public Attributes Documentation

variable attachments

1
std::vector< AttachmentDescription > attachments;

variable subpassDescriptions

1
std::vector< SubpassDescription > subpassDescriptions;

variable subpassDependencies

1
std::vector< SubpassDependenciesDescriptions > subpassDependencies;

variable correlatedViewMasks

1
std::vector< uint32_t > correlatedViewMasks;

Updated on 2024-09-08 at 00:13:08 +0000