| 3172 | return VK_SUCCESS; |
| 3173 | } |
| 3174 | static VKAPI_ATTR void VKAPI_CALL CmdEndGpaSampleAMD(VkCommandBuffer commandBuffer, VkGpaSessionAMD gpaSession, uint32_t sampleID) { |
| 3175 | // Not a CREATE or DESTROY function |
| 3176 | } |
| 3177 | static VKAPI_ATTR VkResult VKAPI_CALL GetGpaSessionStatusAMD(VkDevice device, VkGpaSessionAMD gpaSession) { |
| 3178 | // Not a CREATE or DESTROY function |
| 3179 | return VK_SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected