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