Aeva / dream_machine

Aeva's Dream Machine ✨
Apache License 2.0
3 stars 0 forks source link

Vertex Inputs #18

Open Aeva opened 4 years ago

Aeva commented 4 years ago

For OpenGL this means a nice buffer interface via VBOs. For WebGL, sadness, and hacks so we can pretend there is a nice buffer interface, much like UBOs. Also, index buffers.

Also like UBOs, this should (in theory) be uploadable by user code.

Interlaced vertex arrays is out of scope for dream machine.