Skip to content
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

Spectrum does not work on MacOS Ventura #597

Open
Boof2015 opened this issue Aug 2, 2023 · 4 comments
Open

Spectrum does not work on MacOS Ventura #597

Boof2015 opened this issue Aug 2, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Boof2015
Copy link

Boof2015 commented Aug 2, 2023

Spectrum does not seem to render on macbook pro running MacOS Ventura 13.5

Amethyst Details (required):

  • Version 1.9.14

Screenshots
image

@Boof2015 Boof2015 added the bug Something isn't working label Aug 2, 2023
@otiskujawa
Copy link
Collaborator

Can you show console logs?
View > Show Developer tools > Console tab
Do screenshots of orange (warnings) and red (errors)
image

@Boof2015
Copy link
Author

Boof2015 commented Aug 2, 2023

image

@otiskujawa
Copy link
Collaborator

It looks like #327 and #287
#575 didn't fix that completely
We need to find how to check max number of uniforms
Try to run this code in console

const canvas = document.createElement("canvas");
const gl = canvas.getContext("webgl");
console.log(gl.getParameter(gl.MAX_FRAGMENT_UNIFORM_VECTORS));

and send result
You can repeat #575 with lower numbers as temporary fix

@Boof2015
Copy link
Author

Boof2015 commented Aug 2, 2023

Definitely seems related to #575
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants