Home | History | Annotate | Download | only in special

Lines Matching full:vulkan

0 Vulkan
4 Skia has a Vulkan implementation of its GPU backend. The Vulkan backend can be
6 and Vulkan implementation at runtime. The Vulkan backend has reached feature
7 parity with the OpenGL backend. At this time we find that many Vulkan drivers
13 To build the Vulkan backend, set `skia_vulkan_sdk` to the path to your Vulkan SDK in `args.gn`.
18 The Vulkan backend can run on any device with Vulkan drivers, including all Android N+ devices.
19 To build the Vulkan backend, set `ndk_api = 24` in `args.gn` to target Android N.
21 Using the Vulkan Backend
24 To create a GrContext that is backed by Vulkan the client creates a Vulkan device and queue, initializes a GrVkBackendContext to describe the context, and then calls GrContext::MakeVulkan:
36 When using the Vulkan backend, GrVkImageInfo is used to construct GrBackendTexture