Home | History | Annotate | Download | only in layers

Lines Matching refs:DestroyBuffer

2415 VKAPI_ATTR void VKAPI_CALL DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) {
2423 get_dispatch_table(pc_device_table_map, device)->DestroyBuffer(device, buffer, pAllocator);
5325 {"vkDestroyBuffer", reinterpret_cast<PFN_vkVoidFunction>(DestroyBuffer)},