Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/gpu/vk/
H A DVulkanBackendContext.h25 struct SK_API VulkanBackendContext { struct
26 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