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 |
|
variable subpassDescriptions¶
1 |
|
variable subpassDependencies¶
1 |
|
variable correlatedViewMasks¶
1 |
|
Updated on 2024-11-21 at 00:02:23 +0000