Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/example-webgpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
{% block callout_modifier %}warning{% endblock callout_modifier %}
{% block callout %}
<strong>Support Warning.</strong>
WebGPU is currently only supported on Chrome starting with version 113, and only on desktop.
WebGPU is currently available in Chrome (v113+ on desktop, v141+ on Android), Safari 26, and Firefox 141+ (enabled by default on Windows, behind a flag elsewhere).
If the example doesn't work on your configuration, you can check the WebGL2 example <a href="{{ page.path | replace(from="/examples-webgpu/", to="/examples/") }}">here</a>.
{% endblock intro %}
2 changes: 1 addition & 1 deletion templates/examples-webgpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<aside class="callout callout--warning">
<h3 class="warning">Support Warning</h3>
<p>
WebGPU is currently only supported on Chrome starting with version 113, and only on desktop.
WebGPU is currently available in Chrome (v113+ on desktop, v141+ on Android), Safari 26, and Firefox 141+ (enabled by default on Windows, behind a flag elsewhere).
If they don't work on your configuration, you can check the WebGL2 examples <a href="/examples">here</a>.
</p>
</aside>
Expand Down