Skip to content

KDGpu::TextureViewOptions

#include <texture_view_options.h>

Public Attributes

Name
std::string_view label
ViewType viewType
Format format
TextureSubresourceRange range

Public Attributes Documentation

variable label

1
std::string_view label;

variable viewType

1
ViewType viewType { ViewType::ViewType2D };

variable format

1
Format format { Format::UNDEFINED };

variable range

1
TextureSubresourceRange range {};

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