Post date: Aug 09, 2008 12:26:26 AM
I finally got sick of creating separate vert, frag, and geom files for my shaders, so I quickly whipped together support for .glsl files where all requisite shader components can be defined, delineated by VERTEX, FRAGMENT, and GEOMETRY labels. So I can enjoy a bit less clutter in my projects.