mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 11:32:13 +00:00
Add descriptions to all RDUniform methods
This commit is contained in:
parent
1ba920fada
commit
45ae95c2be
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user