CesiumGS / webglreport

A web page that reports a browser's WebGL capabilities, including supported extensions and implementation specific capabilities, such as the maximum number of texture units.
https://webglreport.com
Apache License 2.0
400 stars 100 forks source link

Add support for 64-bit Windows-based browsers. #31

Closed emackey closed 8 years ago

emackey commented 8 years ago

This should fix #30. @mramato can you test?

mramato commented 8 years ago

I can confirm this fixes the issue. It's interesting that Chrome reports Win32 for platform even in 64 bit. Probably for compatibility reasons.

emackey commented 8 years ago

Thanks!

emackey commented 8 years ago

This is deployed now.