Struct VulkanRenderer::RenderPassDesc#

Nested Relationships#

This struct is a nested type of Class VulkanRenderer.

Struct Documentation#

struct RenderPassDesc#

Description for render pass creation.

Public Members

std::vector<ImageFormat> ColorFormats#
std::vector<LoadActionType> LoadActionsColor#
std::vector<StoreActionType> StoreActionsColor#
u32 RenderTargetCount#
TRAP::Graphics::RendererAPI::SampleCount SampleCount = RendererAPI::SampleCount::One#
ImageFormat DepthStencilFormat#
ImageFormat ShadingRateFormat#
LoadActionType LoadActionDepth#
LoadActionType LoadActionStencil#
StoreActionType StoreActionDepth#
StoreActionType StoreActionStencil#