KDGpu::Attachment¶
#include <render_pass_command_recorder_options.h>
Public Classes¶
| Name | |
|---|---|
| struct | ColorOperations | 
| struct | DepthStencilOperations | 
Public Attributes¶
| Name | |
|---|---|
| Handle< TextureView_t > | view | 
| Handle< TextureView_t > | resolveView | 
| std::optional< ColorOperations > | color | 
| std::optional< DepthStencilOperations > | depth | 
Public Attributes Documentation¶
variable view¶
1 |  | 
variable resolveView¶
1 |  | 
variable color¶
1 |  | 
variable depth¶
1 |  | 
Updated on 2025-11-02 at 00:01:41 +0000