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

Function DestroyShaderModule

icd/generated/function_definitions.h:706–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704 return VK_SUCCESS;
705}
706static VKAPI_ATTR void VKAPI_CALL DestroyShaderModule(VkDevice device, VkShaderModule shaderModule,
707 const VkAllocationCallbacks* pAllocator) {
708 // Destroy object
709}
710static VKAPI_ATTR VkResult VKAPI_CALL CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo,
711 const VkAllocationCallbacks* pAllocator,
712 VkPipelineCache* pPipelineCache) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected