leod / posh

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

Implicit vertex array #46

Closed leod closed 1 year ago

leod commented 1 year ago

Use a single global VAO. This simplifies the API.

Closes #45.