Skip to content

KDGpu::ClearColorTexture

#include <command_recorder.h>

Public Attributes

Name
Handle< Texture_t > texture
TextureLayout layout
ColorClearValue clearValue
std::vector< TextureSubresourceRange > ranges

Public Attributes Documentation

variable texture

1
Handle< Texture_t > texture;

variable layout

1
TextureLayout layout { TextureLayout::ColorAttachmentOptimal };

variable clearValue

1
ColorClearValue clearValue;

variable ranges

1
std::vector< TextureSubresourceRange > ranges;

Updated on 2024-09-10 at 00:01:35 +0000