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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site/user/quick/windows.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/special/vulkan.md
diff --git a/site/user/special/vulkan.md b/site/user/special/vulkan.md
new file mode 100644
index 0000000000000000000000000000000000000000..740df29de67957e87557f641503606ecdabaeb0e
--- /dev/null
+++ b/site/user/special/vulkan.md
@@ -0,0 +1,20 @@
+Building the Vulkan backend
+===========================
+
+Introduction
+------------
+
+The Vulkan backend is experimental and not built by default. It currently replaces the 'gpu' config in the dm tool rather than running in addition to OpenGL. Vulkan has been built on Windows and Linux.
+
+Details
+-------
+
+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://cmake.org/download/. The Vulkan SDK must also be installed.
+
+On Windows the 'msvs' gyp generator will not work. Use msvs-ninja for MSVS integration.
+
+Run:
+
+ python gyp_skia
+
+and build Skia as usual.
« 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