Skip to content

FfxBreadcrumbsCommandListDescription

struct FfxBreadcrumbsCommandListDescription

Description for new command list to be enabled for writing AMD FidelityFX Breadcrumbs Library markers.

Dependencies: FfxBreadcrumbsNameTag

Public Interface

Public Members:

FfxCommandList commandList

FfxCommandList commandList

Handle to the command list that will be used with breadcrumbs operations.

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

uint32_t queueType

uint32_t queueType

Type of queue that list is used on.

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

FfxBreadcrumbsNameTag name

FfxBreadcrumbsNameTag name

Custom name for the command list.

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

FfxPipeline pipeline

FfxPipeline pipeline

Optional pipeline state to associate with newly registered command list (can be set later).

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

uint16_t submissionIndex

uint16_t submissionIndex

Information about submit number that command list is sent to GPU. Purely informational to help in analysing output later.

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

Used By: ffxBreadcrumbs

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