#Glium or OpenGL help
10 messages · Page 1 of 1 (latest)
https://glium.github.io/glium/book/tuto-06-texture.html#using-the-texture gives a good guide for how to add data to vertexes
Alright thanks
10 messages · Page 1 of 1 (latest)
Probably going to be posting here a lot
First question: How do I pass in data per vertex, right now I am following the open.gl guide and they are passing in position data along with color data per vertex, how would I do that with glium?
https://glium.github.io/glium/book/tuto-06-texture.html#using-the-texture gives a good guide for how to add data to vertexes
Alright thanks