loads a shader from disk (vertex shader, fragment shader). pass null to either arg to use the default since loading shaders is a bit of a pain, the loader uses custom logic
See Implementation
loads a shader from disk (vertex shader, fragment shader). pass null to either arg to use the default since loading shaders is a bit of a pain, the loader uses custom logic