Struct RendererAPI::RenderTargetDesc#

Nested Relationships#

This struct is a nested type of Class RendererAPI.

Struct Documentation#

struct RenderTargetDesc#

Description of a render target.

Public Members

TextureCreationFlags Flags = {}#
u32 Width = {}#
u32 Height = {}#
u32 Depth = {}#
u32 ArraySize = {}#
u32 MipLevels = {}#
TRAP::Graphics::RendererAPI::SampleCount SampleCount = RendererAPI::SampleCount::One#
TRAP::Graphics::API::ImageFormat Format = {}#
ResourceState StartState = {}#
RendererAPI::ClearValue ClearValue = {}#
u32 SampleQuality = {}#
DescriptorType Descriptors = {}#
std::string Name = {}#
void *NativeHandle = {}#