Tag: shader
Parent tag: material
Attributes: name
(string) – the name of a previously defined shader.
Child tags:
A shader in a material uses a previously defined shader specifying the source code, and defines the uniform values.
Example:
<shader name="font">
<values>
...
</values>
</shader>