Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
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 |