4#include <SDL3/SDL_gpu.h>
20 SDL_GPUDevice *_device =
nullptr;
21 SDL_GPUTransferBuffer *_buffer =
nullptr;
22 Uint32 _currentBufSize = 0;
37 SDL_GPUTexture *texture,
38 SDL_GPUTextureFormat format,
39 const Uint16 width,
const Uint16 height);
43 SDL_GPUTextureFormat format,
const Uint16 width,
44 const Uint16 height, std::string_view filename);
Definition CommandBuffer.h:17
RAII wrapper for SDL_GPUDevice.
Definition Device.h:17