AMD GPU Services (AGS)
Functions

Functions

AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_PushMarker (AGSContext *context, ID3D12GraphicsCommandList *commandList, const char *data)
 Function used to push an AMD user marker onto the command list. More...
 
AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_PopMarker (AGSContext *context, ID3D12GraphicsCommandList *commandList)
 Function used to pop an AMD user marker on the command list. More...
 
AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_SetMarker (AGSContext *context, ID3D12GraphicsCommandList *commandList, const char *data)
 Function used to insert an single event AMD user marker onto the command list. More...
 

Detailed Description

Function Documentation

◆ agsDriverExtensionsDX12_PopMarker()

AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_PopMarker ( AGSContext *  context,
ID3D12GraphicsCommandList *  commandList 
)

Function used to pop an AMD user marker on the command list.

Supported in Radeon Software Version 17.9.1 onwards.

Parameters
[in]contextPointer to a context.
[in]commandListPointer to the command list.

◆ agsDriverExtensionsDX12_PushMarker()

AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_PushMarker ( AGSContext *  context,
ID3D12GraphicsCommandList *  commandList,
const char *  data 
)

Function used to push an AMD user marker onto the command list.

This is only has an effect if AGSDX12ReturnedParams::ExtensionsSupported::userMarkers is present. Supported in Radeon Software Version 17.9.1 onwards.

Parameters
[in]contextPointer to a context.
[in]commandListPointer to the command list.
[in]dataThe UTF-8 marker string.

◆ agsDriverExtensionsDX12_SetMarker()

AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_SetMarker ( AGSContext *  context,
ID3D12GraphicsCommandList *  commandList,
const char *  data 
)

Function used to insert an single event AMD user marker onto the command list.

Supported in Radeon Software Version 17.9.1 onwards.

Parameters
[in]contextPointer to a context.
[in]commandListPointer to the command list.
[in]dataThe UTF-8 marker string.