Constructor
new Shader()
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
name |
String | The name of the shader. |
uniforms |
Object | A map mapping uniform names to Lore.Uniform instances. |
A class representing a shader.
| Name | Type | Description |
|---|---|---|
name |
String | The name of the shader. |
uniforms |
Object | A map mapping uniform names to Lore.Uniform instances. |