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 2025-11-02 at 00:01:41 +0000