Geoxor / Amethyst

A cross-platform music player made with Typescript
https://amethyst-geoxor.vercel.app/
MIT License
158 stars 35 forks source link

Spectrum does not work on MacOS Ventura #597

Open Boof2015 opened 12 months ago

Boof2015 commented 12 months ago

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

Amethyst Details (required):

Screenshots image

otiskujawa commented 12 months ago

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

Boof2015 commented 12 months ago

image

otiskujawa commented 12 months ago

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 commented 12 months ago

Definitely seems related to #575 image