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

FfxAllocFunc

fpAlloc
Callback for allocating memory in the library.

FfxReallocFunc

fpRealloc
Callback for reallocating memory in the library.

FfxFreeFunc

fpFree
Callback for freeing allocated memory in the library.