Skip to content

FfxBreadcrumbsNameTag

struct FfxBreadcrumbsNameTag

Wrapper for custom Breadcrumbs name tags with indicator whether to perform copy on them.

When custom name is supplied isNameExternallyOwned field controls whether to perform copy on the string. If string memory is managed by the application (ex. static string) the copy can be omitted to save memory.

Public Interface

Public Members:

const char * pName

const char * pName

Custom name for the object. By default optional, can be left to NULL.

Source: sdk/include/FidelityFX/host/ffx_breadcrumbs.h (line 240, column 32)

bool isNameExternallyOwned

bool isNameExternallyOwned

Controls if AMD FidelityFX Breadcrumbs Library should copy a custom name with backed-up memory.

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

Used By: FfxBreadcrumbsCommandListDescription, FfxBreadcrumbsPipelineStateDescription, ffxBreadcrumbs

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