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