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

Public Member Functions

 CreateInfo (ColorFormat colorFormat, uint32_t width, uint32_t height, bool isSampled, bool isWrittenByCompute, const char *name, bool hasMipChain=false)
 

Public Attributes

const char * debugName = nullptr
 
ColorFormat format = ColorFormat::Invalid
 
bool isSampled = false
 
bool isWrittenByCompute = false
 
bool hasMipChain = false
 
uint32_t width = 0
 
uint32_t height = 0
 

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