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