You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Type: feat_addition_ingame
Description: A function that copies the contents of a regular buffer to an existing vertex buffer. Although vertex_create_buffer_from_buffer() already exists, it creates a new buffer every time.
Benefit: We need to frequently and efficiently update vertex buffers with vertex data generated by a native extension. We would like to avoid the overhead of reading and copying attribute values manually through many function calls in GML, or deleting and creating a new vertex buffer every time.
Link:
The text was updated successfully, but these errors were encountered:
Feature Type: feat_addition_ingame
Description: A function that copies the contents of a regular buffer to an existing vertex buffer. Although
vertex_create_buffer_from_buffer()
already exists, it creates a new buffer every time.Benefit: We need to frequently and efficiently update vertex buffers with vertex data generated by a native extension. We would like to avoid the overhead of reading and copying attribute values manually through many function calls in GML, or deleting and creating a new vertex buffer every time.
Link:
The text was updated successfully, but these errors were encountered: