Skip to content

FfxAllocationCallbacks

struct FfxAllocationCallbacks

A structure encapsulating a set of allocation callbacks.

Public Interface

Public Members:

FfxAllocFunc fpAlloc

FfxAllocFunc fpAlloc

Callback for allocating memory in the library.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 649, column 37)

FfxReallocFunc fpRealloc

FfxReallocFunc fpRealloc

Callback for reallocating memory in the library.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 650, column 37)

FfxFreeFunc fpFree

FfxFreeFunc fpFree

Callback for freeing allocated memory in the library.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 651, column 37)

Used By: FfxBreadcrumbsContextDescription

Source: sdk/include/FidelityFX/host/ffx_types.h (line 647, column 1)