Home | History | Annotate | Download | only in layers

Lines Matching refs:bufferView

452 VKAPI_ATTR void VKAPI_CALL vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator)
454 device_dispatch_table(device)->DestroyBufferView(device, bufferView, pAllocator);