Class representing a FragmentShader
Provides access to all the information Aura needs to render an Entity with a given fragment shader
Used in constructing ShaderPrograms for registration on the Game and for use in Entity Shader components
Constructor. Take a FragmentShaderConfig
the FragmentShaderConfig
Retrieve the FragmentShader's name
Retrieve the FragmentShader's source
Retrieve the FragmentShader's uniform specifications
Class representing a FragmentShader
Provides access to all the information Aura needs to render an Entity with a given fragment shader
Used in constructing ShaderPrograms for registration on the Game and for use in Entity Shader components