Title: [214898] trunk/Websites/webkit.org
Revision
214898
Author
[email protected]
Date
2017-04-04 14:22:05 -0700 (Tue, 04 Apr 2017)

Log Message

Unreviewed. Add details on how to enable the experimental feature.

* demos/webgpu/index.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (214897 => 214898)


--- trunk/Websites/webkit.org/ChangeLog	2017-04-04 21:11:38 UTC (rev 214897)
+++ trunk/Websites/webkit.org/ChangeLog	2017-04-04 21:22:05 UTC (rev 214898)
@@ -1,3 +1,9 @@
+2017-04-04  Dean Jackson  <[email protected]>
+
+        Unreviewed. Add details on how to enable the experimental feature.
+
+        * demos/webgpu/index.html:
+
 2017-04-03  Dean Jackson  <[email protected]>
 
         Unreviewed. More WebGPU demos.

Modified: trunk/Websites/webkit.org/demos/webgpu/index.html (214897 => 214898)


--- trunk/Websites/webkit.org/demos/webgpu/index.html	2017-04-04 21:11:38 UTC (rev 214897)
+++ trunk/Websites/webkit.org/demos/webgpu/index.html	2017-04-04 21:22:05 UTC (rev 214898)
@@ -88,9 +88,14 @@
     grid-row: 1;
 }
 
+.howto {
+    grid-column: 1 / 4;
+    grid-row: 2;
+}
+
 .warning {
     grid-column: 1 / 4;
-    grid-row: 2;
+    grid-row: 3;
     border: 2px solid var(--sub-highlight);
     background-color: var(--highlight);
     color: black;
@@ -142,14 +147,10 @@
         grid-gap: 6vw;
     }
 
-    .intro {
+    .intro, .howto, .warning {
         grid-column: 1;
     }
 
-    .warning {
-        grid-column: 1;
-    }
-
     .example img {
         width: 70vw;
         height: 70vw;
@@ -176,6 +177,11 @@
             href=""
             ">documented proposal</a>, most of which are documented in the code.
         </p>
+        <p class="howto">
+            Make sure you are on a system with WebGPU enabled. In Safari, first
+            make sure the Developer Menu is visible (Preferences → Advanced),
+            then Develop → Experimental Features → Enable WebGPU.
+        </p>
         <p class="warning">
             WebGPU is an experimental technology, and you should not browse the entire
             Web with it enabled for now. It doesn't do any validation of content, and
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to