Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Renderer::BufferDescription Struct Reference

Public Member Functions

bool operator== (const BufferDescription &other) const
bool operator!= (const BufferDescription &other) const

Public Attributes

Grindstone::String name
size_t size = 0
Grindstone::GraphicsAPI::BufferUsage bufferUsage
Grindstone::GraphicsAPI::MemoryUsage memoryUsage
Grindstone::GraphicsAPI::AccessFlags externalInitialAccessFlags
Grindstone::GraphicsAPI::PipelineStageBit externalInitialPipelineStage
Grindstone::GraphicsAPI::ImageLayout externalFinalLayout
Grindstone::GraphicsAPI::AccessFlags externalFinalAccessFlags
Grindstone::GraphicsAPI::PipelineStageBit externalFinalPipelineStage
std::function< Grindstone::GraphicsAPI::Buffer *()> externalGetterCallback

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