Skip to content

FfxBreadcrumbsContext

struct FfxBreadcrumbsContext

A structure encapsulating the FidelityFX Breadcrumbs context.

This sets up an object which contains all persistent internal data and resources that are required by AMD FidelityFX Breadcrumbs Library.

The FfxBreadcrumbsContext object should have a lifetime matching your use of Breadcrumbs. Before destroying the Breadcrumbs context care should be taken to ensure the GPU is not accessing the resources created or used by Breadcrumbs. It is therefore recommended that the GPU is idle before destroying the Breadcrumbs context.

Public Interface

Public Members:

uint32_t data

uint32_t data

An opaque set of uint32_t which contain the data for the context.

Source: sdk/include/FidelityFX/host/ffx_breadcrumbs.h (line 297, column 33)

Used By: BreadcrumbsRM, ffxBreadcrumbs

Source: sdk/include/FidelityFX/host/ffx_breadcrumbs.h (line 295, column 1)