FfxBreadcrumbsBlockData
Information about single AMD FidelityFX Breadcrumbs Library GPU memory block.
File location: sdk/include/FidelityFX/host/ffx_types.h
Detailed description
Information about single AMD FidelityFX Breadcrumbs Library GPU memory block.
Data fields
Type |
Description |
---|---|
void* |
memory
Pointer to CPU mapped GPU buffer memory.
|
void* |
heap
GPU memory block handle.
|
void* |
buffer
GPU buffer handle for memory block.
|
uint64_t |
baseAddress
GPU address of memory block.
|
uint32_t |
nextMarker
Index of next marker to be saved in memory block.
|