MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdEndGpaSampleAMD

Function CmdEndGpaSampleAMD

icd/generated/function_definitions.h:3174–3176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3172 return VK_SUCCESS;
3173}
3174static VKAPI_ATTR void VKAPI_CALL CmdEndGpaSampleAMD(VkCommandBuffer commandBuffer, VkGpaSessionAMD gpaSession, uint32_t sampleID) {
3175 // Not a CREATE or DESTROY function
3176}
3177static VKAPI_ATTR VkResult VKAPI_CALL GetGpaSessionStatusAMD(VkDevice device, VkGpaSessionAMD gpaSession) {
3178 // Not a CREATE or DESTROY function
3179 return VK_SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected