Searched defs:VulkanBackendContext (Results 1 – 1 of 1) sorted by relevance
25 struct SK_API VulkanBackendContext { struct26 VkInstance fInstance = VK_NULL_HANDLE;27 VkPhysicalDevice fPhysicalDevice = VK_NULL_HANDLE;28 VkDevice fDevice = VK_NULL_HANDLE;29 VkQueue fQueue = VK_NULL_HANDLE;30 uint32_t fGraphicsQueueIndex = 0;33 uint32_t fMaxAPIVersion = 0;57 #endif // skgpu_VulkanBackendContext_DEFINED argument