FfxAllocationCallbacks
A structure encapsulating a set of allocation callbacks.
File location: sdk/include/FidelityFX/host/ffx_types.h
Detailed description
A structure encapsulating a set of allocation callbacks.
Data fields
Type |
Description |
---|---|
fpAlloc
Callback for allocating memory in the library.
|
|
fpRealloc
Callback for reallocating memory in the library.
|
|
fpFree
Callback for freeing allocated memory in the library.
|