mirror of https://github.com/godotengine/godot
Merge pull request #32748 from SamuelDeboni/doc-VisualShader
Added documentation for VisualShader
This commit is contained in:
commit
3d25a403ef
|
|
@ -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 New Issue