102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_UploadPoolSlot Struct Reference

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

Detailed Description

One reusable upload slot holding a transfer buffer for texture uploads.

Definition at line 96 of file graphics_private.h.

Field Documentation

◆ capacity

uint32_t DTTR_UploadPoolSlot::capacity

Definition at line 98 of file graphics_private.h.

Referenced by acquire_upload_pool_slot(), and cleanup().

◆ in_use

bool DTTR_UploadPoolSlot::in_use

Definition at line 99 of file graphics_private.h.

Referenced by acquire_upload_pool_slot(), and cleanup().

◆ transfer_buffer

SDL_GPUTransferBuffer* DTTR_UploadPoolSlot::transfer_buffer

Definition at line 97 of file graphics_private.h.

Referenced by acquire_upload_pool_slot(), and cleanup().


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