Searched defs:DeviceDispatchTable (Results 1 – 1 of 1) sorted by relevance
70 struct DeviceDispatchTable { struct72 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;73 PFN_vkDestroyDevice DestroyDevice;74 PFN_vkGetDeviceQueue GetDeviceQueue;75 PFN_vkQueueSubmit QueueSubmit;76 PFN_vkQueueWaitIdle QueueWaitIdle;77 PFN_vkDeviceWaitIdle DeviceWaitIdle;78 PFN_vkAllocateMemory AllocateMemory;79 PFN_vkFreeMemory FreeMemory;80 PFN_vkMapMemory MapMemory;[all …]