SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_GfxManagedHeap Struct Reference
Collaboration diagram for sbgl_GfxManagedHeap:

Data Fields

VkDeviceMemory memory
 
uint32_t size
 
sbgl_GfxMemoryRange ranges [1024]
 
uint32_t rangeCount
 
void * mapped
 

Detailed Description

Definition at line 93 of file sbgl_backend_vulkan.c.

Field Documentation

◆ mapped

void* sbgl_GfxManagedHeap::mapped

Definition at line 98 of file sbgl_backend_vulkan.c.

◆ memory

VkDeviceMemory sbgl_GfxManagedHeap::memory

Definition at line 94 of file sbgl_backend_vulkan.c.

◆ rangeCount

uint32_t sbgl_GfxManagedHeap::rangeCount

Definition at line 97 of file sbgl_backend_vulkan.c.

◆ ranges

sbgl_GfxMemoryRange sbgl_GfxManagedHeap::ranges[1024]

Definition at line 96 of file sbgl_backend_vulkan.c.

◆ size

uint32_t sbgl_GfxManagedHeap::size

Definition at line 95 of file sbgl_backend_vulkan.c.


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