Singleton cache for parsed and loaded GL programs, indexed by name
Static
Return the singleton instance of the program cache
Compile a custom shader and add it to the cache
Assign a name to the shader
URL path to vertex shader
URL path to fragment shader
Return a program from the cache by name
Name of program
Initialise the program cache with a default program. This MUST be called before using the cache
The default program that can be used by most things
Singleton cache for parsed and loaded GL programs, indexed by name