Class representing a ShaderProgram, packing together a VertexShader and FragmentShader to produce a complete shader program
Used in registering shader programs on the Game and for use in Entity Shader Components
Constructor. Take a ShaderProgramConfig
the ShaderProgram's configuration object
Retrieve the ShaderProgram's FragmentShader
Retrieve the ShaderProgram's name
Retrieve the ShaderProgram's VertexShader
Class representing a ShaderProgram, packing together a VertexShader and FragmentShader to produce a complete shader program
Used in registering shader programs on the Game and for use in Entity Shader Components