-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve styling of the example/s graphics API callout #1918
Conversation
if you're touching this callout, something that I would like is a way to switch between webgl2/webgpu on the same example without going through the index page |
Makes sense, I've updated the example page link. |
# Conflicts: # sass/components/_example.scss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Love the new links.
WebGPU is currently only supported on Chrome starting with version 113, and only on desktop. | ||
If they don't work on your configuration, you can check the WebGL2 examples <a href="/examples">here</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for a followup PR: this is no longer true, WebGPU also works on some mobile browsers, and on Safari TP, and Firefox Nightly
We should probably link to something like https://caniuse.com/webgpu for a list or https://browserleaks.com/webgpu so that user can test their browser instead of keeping a list ourselves
Examples
callout
component to style the web graphics API warning.Example
callout
component to style the web graphics API warning.callout--plain
modifier that hides the callout top border.