Skip to content

KDGpu::Attachment

Module: Public API

Attachment configuration for render passes.

#include <KDGpu/render_pass_command_recorder_options.h>

Public Classes

Name
struct ColorOperations
struct DepthStencilOperations

Public Attributes

Name
RequiredHandle< TextureView_t > view
OptionalHandle< TextureView_t > resolveView
std::optional< ColorOperations > color
std::optional< DepthStencilOperations > depth

Public Attributes Documentation

variable view

1
RequiredHandle< TextureView_t > view;

variable resolveView

1
OptionalHandle< TextureView_t > resolveView;

variable color

1
std::optional< ColorOperations > color;

variable depth

1
std::optional< DepthStencilOperations > depth;

Updated on 2026-03-31 at 00:02:06 +0000