AllocationBlock
A structure representing an allocation block used to upload CPU-side memory to a GPU resource.
File location: framework/cauldron/framework/inc/render/uploadheap.h
Detailed description
A structure representing an allocation block used to upload CPU-side memory to a GPU resource.
Data fields
Type |
Description |
---|---|
uint8_t* |
pDataBegin
The beginning of the allocation data.
|
uint8_t* |
pDataEnd
The end of the allocation data.
|
size_t |
Size
The size of the allocation.
|