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

Function DestroyPipelineLayout

icd/generated/function_definitions.h:751–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749 return VK_SUCCESS;
750}
751static VKAPI_ATTR void VKAPI_CALL DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout,
752 const VkAllocationCallbacks* pAllocator) {
753 // Destroy object
754}
755static VKAPI_ATTR VkResult VKAPI_CALL CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo,
756 const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) {
757 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected