|
candlewick 0.10.0-4-g76c0
A tiny cross-platform renderer based on SDL3
|
Transfer buffer for the texture downloader. More...
#include <candlewick/utils/WriteTextureToImage.h>
Public Member Functions | |
| TransferBufferPool (const Device &device) | |
| void | release () noexcept |
| ~TransferBufferPool () noexcept | |
| SDL_GPUTransferBuffer * | acquireBuffer (Uint32 requiredSize) |
Transfer buffer for the texture downloader.
| candlewick::media::TransferBufferPool::TransferBufferPool | ( | const Device & | device | ) |
|
inlinenoexcept |
| SDL_GPUTransferBuffer * candlewick::media::TransferBufferPool::acquireBuffer | ( | Uint32 | requiredSize | ) |
|
noexcept |