asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.34k stars 110 forks source link

Buffer improvements #511

Closed asny closed 6 days ago

asny commented 6 days ago

Add a generic parameter defining the BufferDataType for vertex, element and instance buffers. Also add fill_subset functions for all buffer types to be able to update the data partially.