Skip to content

Instantly share code, notes, and snippets.

@obenjiro
Forked from glebmachine/snippet.js
Created October 24, 2019 15:13
Show Gist options
  • Save obenjiro/119f1d67e5e31413473a6011b8d7026d to your computer and use it in GitHub Desktop.
Save obenjiro/119f1d67e5e31413473a6011b8d7026d to your computer and use it in GitHub Desktop.
Snippet: Force Safari to switch to discrete GPU
try {
document.createElement('canvas').getContext('webgl', { powerPreference: "high-performance" })
} catch(e) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment