Struct RendererAPI::SwapChainDesc#

Nested Relationships#

This struct is a nested type of Class RendererAPI.

Struct Documentation#

struct SwapChainDesc#

Description of a swapchain.

Public Members

TRAP::Window *Window = {}#
std::vector<TRAP::Ref<Queue>> PresentQueues = {}#
u32 ImageCount = {}#
u32 Width = {}#
u32 Height = {}#
TRAP::Graphics::API::ImageFormat ColorFormat = {}#
RendererAPI::ClearValue ClearValue = {}#
bool EnableVSync = {}#
RendererAPI::SampleCount SampleCount = SampleCount::One#
SwapChain *OldSwapChain = nullptr#