diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-03-28 17:32:29 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-05-06 22:40:32 +0200 |
commit | 5056c427d32218e85ad79d51788fa7583d48e293 (patch) | |
tree | 3a79b1c09a44a0b24a752c06d21729403063abb0 /doc/classes/RDVertexAttribute.xml | |
parent | 64eeb04d2cb2e269d9710c38bdbf366ab3656e76 (diff) | |
download | redot-engine-5056c427d32218e85ad79d51788fa7583d48e293.tar.gz |
Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation
This brings the overall class reference completion percentage from 87% to 92%.
Diffstat (limited to 'doc/classes/RDVertexAttribute.xml')
-rw-r--r-- | doc/classes/RDVertexAttribute.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/RDVertexAttribute.xml b/doc/classes/RDVertexAttribute.xml index f5c7d08ac9..9347edf9db 100644 --- a/doc/classes/RDVertexAttribute.xml +++ b/doc/classes/RDVertexAttribute.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="RDVertexAttribute" inherits="RefCounted" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> + Vertex attribute (used by [RenderingDevice]). </brief_description> <description> + This object is used by [RenderingDevice]. </description> <tutorials> </tutorials> |