I have made a simple OpenGL ES 2.0 application which uses SDL2 to draw a coloured triangle. However the output in raspberry pi is different from my linux dekstop. Below is the output from my linux desktop: desktop.jpg Here's what raspberry is rendering: pi.jpg Note that both share the same source c...