leod / posh

Type-Safe Graphics Programming with Functional Shaders
136 stars 2 forks source link

Fix redundant allocation + conversion when setting vertex buffer data #75

Closed leod closed 1 year ago

leod commented 1 year ago

This requires us to implement bytemuck::Pod for Block<Gl>.