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

GLES error on Raspberry Pi #63

Open
vanfanel opened this issue Aug 28, 2016 · 0 comments
Open

GLES error on Raspberry Pi #63

vanfanel opened this issue Aug 28, 2016 · 0 comments

Comments

@vanfanel
Copy link

Hi,

I have been trying to run picolove on the Raspberry Pi platform.
It's running raspbian and SDL2 is built with GLES2 support. Many SDL2 games work on it using the GLES2 renderer.
On the LÖVE side of things, the SuperToast demo works perfectly too.
Howeve, picolove gives me this:

pi@raspberrypi:~/pico $ love picolove/
Error: Cannot link shader program object:
ERROR:CUSTOM-14 (fragment shader, line 5) Support for indexing array/vector/matrix with a non-constant is not mandated in the fragment shader
stack traceback:
    [C]: in function 'newShader'
    main.lua:244: in function 'load'
    main.lua:659: in function <main.lua:647>
    [C]: in function 'xpcall'

Any idea on what could be wrong here?

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants