Home
last modified time | relevance | path

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

/external/skia/include/gpu/vk/
DGrVkBackendContext.h45 struct SK_API GrVkBackendContext { struct
46 VkInstance fInstance = VK_NULL_HANDLE;
47 VkPhysicalDevice fPhysicalDevice = VK_NULL_HANDLE;
48 VkDevice fDevice = VK_NULL_HANDLE;
49 VkQueue fQueue = VK_NULL_HANDLE;
50 uint32_t fGraphicsQueueIndex = 0;
51 uint32_t fMinAPIVersion = 0; // Deprecated. Use fInstanceVersion
53 uint32_t fInstanceVersion = 0; // Deprecated. Use fMaxApiVersion
56 uint32_t fMaxAPIVersion = 0;
57 uint32_t fExtensions = 0; // Deprecated. Use fVkExtensions instead.
[all …]