Merge pull request #32748 from SamuelDeboni/doc-VisualShader

Added documentation for VisualShader
This commit is contained in:
Rémi Verschelde 2019-10-26 23:05:44 +02:00 committed by GitHub
commit 3d25a403ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShader" inherits="Shader" category="Core" version="3.2">
<brief_description>
A custom shader program with a visual editor.
</brief_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>
<tutorials>
</tutorials>