KDGpu::SubpassDescription
#include <render_pass_options.h>
Public Attributes
Public Attributes Documentation
| std::vector< uint32_t > inputAttachmentIndex;
|
variable colorAttachmentIndex
| std::vector< uint32_t > colorAttachmentIndex;
|
variable resolveAttachmentIndex
| std::vector< uint32_t > resolveAttachmentIndex;
|
variable preserveAttachmentIndex
| std::vector< uint32_t > preserveAttachmentIndex;
|
variable depthAttachmentIndex
| std::optional< uint32_t > depthAttachmentIndex;
|
variable viewMask
| std::vector< TextureAspectFlags > inputAttachmentAspects;
|
Updated on 2024-11-21 at 00:02:23 +0000