Skip to content

KDGpu::TextureViewOptions

#include <texture_view_options.h>

Public Attributes

Name
std::string_view label
ViewType viewType
Format format
TextureSubresourceRange range
Handle< YCbCrConversion_t > yCbCrConversion

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 {};

variable yCbCrConversion

1
Handle< YCbCrConversion_t > yCbCrConversion {};

Updated on 2025-04-14 at 00:01:35 +0000