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

Function DestroyPrivateDataSlot

icd/generated/function_definitions.h:1204–1207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1202 return VK_SUCCESS;
1203}
1204static VKAPI_ATTR void VKAPI_CALL DestroyPrivateDataSlot(VkDevice device, VkPrivateDataSlot privateDataSlot,
1205 const VkAllocationCallbacks* pAllocator) {
1206 // Destroy object
1207}
1208static VKAPI_ATTR VkResult VKAPI_CALL SetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle,
1209 VkPrivateDataSlot privateDataSlot, uint64_t data) {
1210 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected