Lines Matching refs:Vulkan
3 title: "Vulkan"
4 linkTitle: "Vulkan"
9 Skia has a Vulkan implementation of its GPU backend. The Vulkan backend can be
11 and Vulkan implementation at runtime. The Vulkan backend has reached feature
12 parity with the OpenGL backend. At this time we find that many Vulkan drivers
18 To build the Vulkan backend, set `skia_use_vulkan=true` in `args.gn`.
22 The Vulkan backend can run on any device with Vulkan drivers, including all Android N+ devices.
23 To build the Vulkan backend, set `ndk_api = 24` in `args.gn` to target Android N.
25 Using the Vulkan Backend
28 To create a GrContext that is backed by Vulkan the client creates a Vulkan device and queue, initia…
40 When using the Vulkan backend, GrVkImageInfo is used to construct GrBackendTexture