FfxBreadcrumbsNameTag

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

File location: sdk/include/FidelityFX/host/ffx_breadcrumbs.h

Detailed description

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.

Data fields

Type

Description

const char*

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

bool

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