Sorry, false alarm. The tutorial code did in fact have an error. The call to link the shader programs occurred before the calls that specified which data went to which inputs, hence the calls...
Type: Posts; User: davidstvz
Sorry, false alarm. The tutorial code did in fact have an error. The call to link the shader programs occurred before the calls that specified which data went to which inputs, hence the calls...
I was running a sample code from the java lightweight game library documentation/tutorials:
http://www.lwjgl.org/wiki/index.php?title=The_Quad_colored
I ran this on my machine at home and for...