Home
last modified time | relevance | path

Searched defs:VulkanDispatch (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h67 struct VulkanDispatch { struct
69 PFN_vkCreateInstance vkCreateInstance;
70 PFN_vkDestroyInstance vkDestroyInstance;
71 PFN_vkEnumeratePhysicalDevices vkEnumeratePhysicalDevices;
72 PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures;
73 PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties;
74 PFN_vkGetPhysicalDeviceImageFormatProperties vkGetPhysicalDeviceImageFormatProperties;
75 PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties;
76 PFN_vkGetPhysicalDeviceQueueFamilyProperties vkGetPhysicalDeviceQueueFamilyProperties;
77 PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties;
[all …]