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

Public Member Functions

 CreateInfo (DepthFormat depthFormat, uint32_t width, uint32_t height, bool isShadowMap, bool isCubeMap, bool isSampled, const char *debugName)
 

Public Attributes

const char * debugName = nullptr
 
DepthFormat format = DepthFormat::None
 
uint32_t width = 0
 
uint32_t height = 0
 
bool isShadowMap = false
 
bool isCubemap = false
 
bool isSampled = false
 

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