Skip to content

Commit

Permalink
Add descriptions to all RDUniform methods
Browse files Browse the repository at this point in the history
  • Loading branch information
DevPoodle committed Nov 26, 2023
1 parent 1ba920f commit 45ae95c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/classes/RDUniform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,19 @@
<return type="void" />
<param index="0" name="id" type="RID" />
<description>
Binds the given id to the uniform. The data associated with the id is then used when the uniform is passed to a shader.
</description>
</method>
<method name="clear_ids">
<return type="void" />
<description>
Unbinds all ids currently bound to the uniform.
</description>
</method>
<method name="get_ids" qualifiers="const">
<return type="RID[]" />
<description>
Returns an array of all ids currently bound to the uniform.
</description>
</method>
</methods>
Expand Down

0 comments on commit 45ae95c

Please sign in to comment.