|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
One reusable upload slot holding a transfer buffer for texture uploads. More...
#include <graphics_private.h>
Data Fields | |
| SDL_GPUTransferBuffer * | transfer_buffer |
| uint32_t | capacity |
| bool | in_use |
One reusable upload slot holding a transfer buffer for texture uploads.
Definition at line 96 of file graphics_private.h.
| uint32_t DTTR_UploadPoolSlot::capacity |
Definition at line 98 of file graphics_private.h.
Referenced by acquire_upload_pool_slot(), and cleanup().
| bool DTTR_UploadPoolSlot::in_use |
Definition at line 99 of file graphics_private.h.
Referenced by acquire_upload_pool_slot(), and cleanup().
| SDL_GPUTransferBuffer* DTTR_UploadPoolSlot::transfer_buffer |
Definition at line 97 of file graphics_private.h.
Referenced by acquire_upload_pool_slot(), and cleanup().