Searched defs:GrVkBackendContext (Results 1 – 2 of 2) sorted by relevance
45 struct SK_API GrVkBackendContext { struct46 VkInstance fInstance;47 VkPhysicalDevice fPhysicalDevice;48 VkDevice fDevice;49 VkQueue fQueue;50 uint32_t fGraphicsQueueIndex;51 uint32_t fMinAPIVersion; // Deprecated. Set fInstanceVersion instead.52 uint32_t fInstanceVersion = 0; // Deprecated. Set fMaxApiVersion instead55 uint32_t fMaxAPIVersion = 0;56 uint32_t fExtensions = 0; // Deprecated. Use fVkExtensions instead.[all …]