|
SBgl 0.1.0
A graphics framework in C99
|
Data Fields | |
| VkDeviceMemory | memory |
| uint32_t | size |
| uint32_t | offset [2] |
| void * | mapped [2] |
Definition at line 84 of file sbgl_backend_vulkan.c.
| void* sbgl_GfxDynamicHeap::mapped[2] |
Definition at line 88 of file sbgl_backend_vulkan.c.
| VkDeviceMemory sbgl_GfxDynamicHeap::memory |
Definition at line 85 of file sbgl_backend_vulkan.c.
| uint32_t sbgl_GfxDynamicHeap::offset[2] |
Definition at line 87 of file sbgl_backend_vulkan.c.
| uint32_t sbgl_GfxDynamicHeap::size |
Definition at line 86 of file sbgl_backend_vulkan.c.