CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::GPUCommandBufferDescriptor Struct Referencefinal

Command buffer descriptor structure. More...

#include <CeresEngine/RenderAPI/GPUCommandBuffer.hpp>

Static Public Member Functions

template<typename Processor >
static constexpr void reflect (Processor &&RTTI)
 Executes the given processor for every field of the struct.
 

Public Attributes

String name
 A user-facing name for the command buffer.
 

Detailed Description

Command buffer descriptor structure.

Member Function Documentation

◆ reflect()

template<typename Processor >
static constexpr void CeresEngine::GPUCommandBufferDescriptor::reflect ( Processor &&  RTTI)
inlinestaticconstexpr

Executes the given processor for every field of the struct.

Parameters
RTTIThe processor to be ran for every field.

Member Data Documentation

◆ name

String CeresEngine::GPUCommandBufferDescriptor::name

A user-facing name for the command buffer.

This is only used for debugging.


The documentation for this struct was generated from the following file: