WebGL performance issues with retina Macbook Pro

后端 未结 3 1523
有刺的猬
有刺的猬 2021-02-04 00:03

I have a WebGL application that I am developing and I have run up against some pretty serious performance concerns with Retina Display Macbook Pros. I am testing on a 15 inch M

3条回答
  •  渐次进展
    2021-02-04 00:15

    Some things are not hardware accelerated in Chrome on Mac OSx.

    Take a look at this URL:

    chrome://gpu/
    

    If you find something that is disabled, you can potentially adjust it using:

    chrome://flags/
    

    The downside, is that if you find something that works, it isn't exactly deployable. It may give you insights into where your bottleneck is though.

    (here is the full list of urls that get you to hidden and special places in chrome: chrome://chrome-urls/)

提交回复
热议问题