mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 07:40:36 +00:00
Add descriptions to all RDUniform methods
This commit is contained in:
parent
1ba920fada
commit
45ae95c2be
@ -13,16 +13,19 @@
|
|||||||
<return type="void" />
|
<return type="void" />
|
||||||
<param index="0" name="id" type="RID" />
|
<param index="0" name="id" type="RID" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="clear_ids">
|
<method name="clear_ids">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
|
Unbinds all ids currently bound to the uniform.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_ids" qualifiers="const">
|
<method name="get_ids" qualifiers="const">
|
||||||
<return type="RID[]" />
|
<return type="RID[]" />
|
||||||
<description>
|
<description>
|
||||||
|
Returns an array of all ids currently bound to the uniform.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
|
Loading…
Reference in New Issue
Block a user