Shader Help¶
Introduction¶
IMML supports shaders for various objects, shaders are written in GLSL for OpenGL
Child Elements¶
Shaders can have 0 to many of the following elements
- Parameter
Attributes¶
Enabled¶
| Type | imml:Boolean |
| Default | True |
| Documentation | When true, allows the shader to perform its operations on the parent element |
Source¶
| Type | xs:string |
| Use | required |
| Documentation | The source location of the resource for this element |