SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_GfxDynamicHeap Struct Reference

Data Fields

VkDeviceMemory memory
 
uint32_t size
 
uint32_t offset [2]
 
void * mapped [2]
 

Detailed Description

Definition at line 84 of file sbgl_backend_vulkan.c.

Field Documentation

◆ mapped

void* sbgl_GfxDynamicHeap::mapped[2]

Definition at line 88 of file sbgl_backend_vulkan.c.

◆ memory

VkDeviceMemory sbgl_GfxDynamicHeap::memory

Definition at line 85 of file sbgl_backend_vulkan.c.

◆ offset

uint32_t sbgl_GfxDynamicHeap::offset[2]

Definition at line 87 of file sbgl_backend_vulkan.c.

◆ size

uint32_t sbgl_GfxDynamicHeap::size

Definition at line 86 of file sbgl_backend_vulkan.c.


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