Added documetation for VisualShader
Added documetation for VisualShader
This commit is contained in:
parent
781e4f8673
commit
b1f306729d
1 changed files with 3 additions and 0 deletions
|
@ -1,8 +1,11 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<class name="VisualShader" inherits="Shader" category="Core" version="3.2">
|
<class name="VisualShader" inherits="Shader" category="Core" version="3.2">
|
||||||
<brief_description>
|
<brief_description>
|
||||||
|
A custom shader program with a visual editor.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
|
This class allows you to define a custom shader program that can be used for various materials to render objects.
|
||||||
|
The visual shader editor creates the shader.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
|
|
Loading…
Reference in a new issue