Reducing Vertex Bandwidth Overhead After weeks of optimizing our voxel game engine, we still weren’t getting the kind of frame-rate we needed, so the decision was made to finally switch to using VBO‘s (Vertex Buffer Objects) to pass data to the GPU instead of passing vertex arrays every frame. This predictably improved performance a great […]
DevLog #011 – Performance Update
