Skip to content

Instantly share code, notes, and snippets.

@uupaa
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save uupaa/cc8e020ec9f8c5022714 to your computer and use it in GitHub Desktop.

Select an option

Save uupaa/cc8e020ec9f8c5022714 to your computer and use it in GitHub Desktop.
GPU Rasterization in Chrome

How to get GPU Rasterization によると、 Chrome 37 以降で幾つかの条件を満たすと GPU ラスタライゼーションが機能するようになるとの事です。

  • <meta name="viewport" content="width=device-width, minimum-scale=1.0">
  • Android 4.4以上 + OpenGL ES 3.0 以上のデバイス
  • 最初は Nexus デバイスから

ツボにはまれば描画コストを大幅にカットできるとか。期待ですね

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment