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

Function DestroyBufferView

icd/generated/function_definitions.h:696–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694 return VK_SUCCESS;
695}
696static VKAPI_ATTR void VKAPI_CALL DestroyBufferView(VkDevice device, VkBufferView bufferView,
697 const VkAllocationCallbacks* pAllocator) {
698 // Destroy object
699}
700static VKAPI_ATTR VkResult VKAPI_CALL CreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo,
701 const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) {
702 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected