Expose vertex_array_create
This commit is contained in:
parent
c0de8d32d5
commit
e56fc6b338
2 changed files with 10 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue