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

Function GetPrivateData

icd/generated/function_definitions.h:1213–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211 return VK_SUCCESS;
1212}
1213static VKAPI_ATTR void VKAPI_CALL GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle,
1214 VkPrivateDataSlot privateDataSlot, uint64_t* pData) {
1215 // Not a CREATE or DESTROY function
1216}
1217static VKAPI_ATTR void VKAPI_CALL CmdPipelineBarrier2(VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) {
1218 // Not a CREATE or DESTROY function
1219}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected