Merge pull request #85336 from DevPoodle/rduniform-descriptions

Add descriptions to all RDUniform methods
This commit is contained in:
Rémi Verschelde 2024-01-09 17:56:44 +01:00
commit 60865dab6b
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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>