Function Prototype
vkResetGpaSessionAMD
Reset a GPA session
To reset a GPA session for reuse, call:
VkResult vkResetGpaSessionAMD(
VkDevice device,
VkGpaSessionAMD gpaSession);
pub fn reset_gpa_session_amd(
device: vk::Device,
gpa_session: vk::GpaSessionAMD,
) -> vk::Result;
commandBufferis the command buffer into which the command will be recorded.gpaSessionis the handle of the GPA session to reset.
Valid Usage (Implicit)
VUID-vkResetGpaSessionAMD-device-parameter
device must be a valid VkDevice handle
VUID-vkResetGpaSessionAMD-gpaSession-parameter
gpaSession must be a valid VkGpaSessionAMD handle
VUID-vkResetGpaSessionAMD-gpaSession-parent
gpaSession must have been created, allocated, or retrieved from device
Parent
VK_AMD_gpa_interfaceType
Function Prototype
Return Values
VK_SUCCESS
VK_ERROR_OUT_OF_HOST_MEMORY
VK_ERROR_OUT_OF_DEVICE_MEMORY
VK_ERROR_UNKNOWN
VK_ERROR_VALIDATION_FAILED