ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Merge Vertex and Index buffers into one #63

Open lnihlen opened 4 years ago

lnihlen commented 4 years ago

It seems that https://developer.nvidia.com/vulkan-memory-management among others recommend merging vertex and index buffers into one as a best practice. Consider doing this as well.