davepagurek / GLExplore

GL tests
2 stars 0 forks source link

Add abstractions for shaders, buffers, and objects #17

Closed abhimadan closed 7 years ago

abhimadan commented 7 years ago

Only has GLVertexBuffer class at the moment, which isn't wired in yet.

abhimadan commented 7 years ago

I think this mostly closes #16, but I'm not too happy with the way uniforms are being handled (the low-level OpenGL calls are still being used by Lambertian to set uniform values). Any suggestions welcome.