Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: site/user/special/vulkan.md

Issue 1785743003: update site dox - windows prefer msvs-ninja and add vulkan (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tiny Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « site/user/quick/windows.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Building the Vulkan backend
2 ===========================
3
4 Introduction
5 ------------
6
7 The Vulkan backend is experimental and not built by default. It currently replac es the 'gpu' config in the dm tool rather than running in addition to OpenGL. Vu lkan has been built on Windows and Linux.
8
9 Details
10 -------
11
12 Add `skia_vulkan=1` to your `GYP_DEFINES` environment variable. Ensure cmake is installed and in your path. On Windows install the prebuilt cmake from https://c make.org/download/. The Vulkan SDK must also be installed.
13
14 On Windows the 'msvs' gyp generator will not work. Use msvs-ninja for MSVS integ ration.
15
16 Run:
17
18 python gyp_skia
19
20 and build Skia as usual.
OLDNEW
« no previous file with comments | « site/user/quick/windows.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698