Expose vertex_array_create

This commit is contained in:
Patrick Dawson 2022-11-03 22:14:55 +01:00
parent c0de8d32d5
commit e56fc6b338
2 changed files with 10 additions and 0 deletions

View file

@ -643,6 +643,15 @@
<description>
</description>
</method>
<method name="vertex_array_create">
<return type="RID" />
<param index="0" name="vertex_count" type="int" />
<param index="1" name="vertex_format" type="int" />
<param index="2" name="src_buffers" type="RID[]" />
<description>
Creates a vertex array based on the specified buffers.
</description>
</method>
<method name="vertex_buffer_create">
<return type="RID" />
<param index="0" name="size_bytes" type="int" />