Struct RendererAPI::LoadActionsDesc#

Nested Relationships#

This struct is a nested type of Class RendererAPI.

Struct Documentation#

struct LoadActionsDesc#

Description of actions to perform on load.

Public Members

std::vector<LoadActionType> LoadActionsColor = {}#
LoadActionType LoadActionDepth = {}#
LoadActionType LoadActionStencil = {}#
std::vector<RendererAPI::Color> ClearColorValues = {}#
RendererAPI::DepthStencil ClearDepthStencil = {}#
std::vector<StoreActionType> StoreActionsColor = {}#
StoreActionType StoreActionDepth = {}#
StoreActionType StoreActionStencil = {}#