A function defined in BBMOD_Vertex.gml
to_vertex_buffer(_vbuffer[, _vformat])
Adds the vertex to the vertex buffer.
Name | Type | Description |
---|---|---|
_vbuffer | Id.VertexBuffer |
The vertex buffer to add the vertex to. |
_vformat | Struct.BBMOD_VertexFormat |
The vertex format of the vertex buffer. Defaults to the format of the vertex if undefined . |
Struct.BBMOD_Vertex
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.