paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

Delete shader objects after they are used. #22

Closed paroj closed 8 years ago

paroj commented 13 years ago

Originally reported by: Jason McKesson (Bitbucket: alfonse, GitHub: alfonse)


Go through the shader loading code for each tutorial and delete the shader objects after they are used.


paroj commented 12 years ago

Original comment by Jason McKesson (Bitbucket: alfonse, GitHub: alfonse):


Fixed in <>