Latest VoxelTerrain Activity
The reason to use fewer, larger, buffers, is to reduce the number of “draw calls” issued to the GPU. The reason for this is that each “draw call” has overhead for error checking and shader setup in the API.
If you are not CPU limited on processing too many “draw calls” then there's no real gain in m…
Advertisement
Advertisement
Advertisement