|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Attributes | |
| Grindstone::HashedString | renderQueue |
| uint32_t | drawCalls = 0 |
| uint32_t | triangles = 0 |
| uint32_t | vertices = 0 |
| uint32_t | objectsCulled = 0 |
| uint32_t | objectsRendered = 0 |
| uint32_t | pipelineBinds = 0 |
| uint32_t | materialBinds = 0 |
| double | gpuTimeMs = 0.0 |
| double | cpuTimeMs = 0.0 |