|
group2 0.1.0
CSE 125 Group 2
|
Describes a pending CPU-to-GPU buffer upload: target buffer, source data, and byte size. More...
#include <Boilerplate.hpp>
Public Attributes | |
| SDL_GPUBuffer * | buffer = nullptr |
| const void * | data = nullptr |
| size_t | size = 0 |
Describes a pending CPU-to-GPU buffer upload: target buffer, source data, and byte size.
| SDL_GPUBuffer* Boilerplate::BufferUpload::buffer = nullptr |
| const void* Boilerplate::BufferUpload::data = nullptr |
| size_t Boilerplate::BufferUpload::size = 0 |