When I try to run my app on Raspberry Pi 400, I get an error that says:
GLSL 1.10 is not supported. Supported versions are: 1.00 ES, 3.00 ES, and 3.10 ES
How can I make my app run with one of those supported versions? It seems like the shaders that are being compiled when the app is run are version 110. Is there a way to change this? Any help would be appreciated.
I just got my raspberry pi, so maybe I need to run some updates or something. Going to look into it. If anyone has any tips to get things working, let me know.