To introduce myself to OpenGL (having done more in the past with DrectX / XNA) I've grabbed the raspi version of the OpenGL ES 2.0 book samples from GitHub. They all build fine and most of them run / display as expected. But for (e.g.) the Chapter 8 / Simple_VertexShader sample I just get the black background with nothing else showing.
Has anyone else got this sample working?
hello_triangle builds / runs fine, so I'm fairly sure there is nothing fundamentally at fault with my pi configuration.
My guess is that there is some minor difference in the setup within the code between the sample and hello_triangle that kills the rendering in the sample. Any clues as to anything I might be doing wrong or what I might need to tweak in the code to sort it?
Many thanks for any assistance!
