AMD GPU Services (AGS)
|
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... | |
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.
[in] | context | Pointer to a context. |
[in] | commandList | Pointer to the command list. |
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.
[in] | context | Pointer to a context. |
[in] | commandList | Pointer to the command list. |
[in] | data | The UTF-8 marker string. |
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.
[in] | context | Pointer to a context. |
[in] | commandList | Pointer to the command list. |
[in] | data | The UTF-8 marker string. |