GLSL Shader Loader

Hi

I don’t know how helpful this code is to other users, but here is a small utility class that helps in loading and running shader programs. I don’t do much with shaders, so its largely untested, but as the code is mostly pinched from reliable sources, here :slight_smile:

Github: https://github.com/CopyableCougar4/GLSL-Loader/blob/master/src/me/CopyableCougar4/shaders/GLSL.java

CopyableCougar4