Hello,
I just get an RPi 2 on which i installed Raspbian Jessie + oF 084
I built a project involving some shaders. Build seems ok. But when i run it it keeps complaining about #version which is not good and fails to load the shader. App starts but only a black screen.
i have the following line on the very top of the vertex shader :
#version 150
thank you