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