diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-10-26 23:05:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-26 23:05:44 +0200 |
commit | 3d25a403efdb31dadf950a3f19b6052f94fb083b (patch) | |
tree | 124d92a4420018639d4899a0e471157f5aee90eb /doc/classes | |
parent | f7bc889f110ce45477e90728992764d250bfdfdd (diff) | |
parent | b1f306729de2da95a470fcaff6a88d181348b0dd (diff) |
Merge pull request #32748 from SamuelDeboni/doc-VisualShader
Added documentation for VisualShader
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/VisualShader.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/VisualShader.xml b/doc/classes/VisualShader.xml index f0f03b6c21..15216948e4 100644 --- a/doc/classes/VisualShader.xml +++ b/doc/classes/VisualShader.xml @@ -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> |