fabiangreffrath / woof

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
GNU General Public License v2.0
209 stars 35 forks source link

Disable SDL render batching by default #1733

Closed gendlin closed 3 months ago

gendlin commented 3 months ago

Disabling render batching cuts latency roughly in half with the default renderer backend. With that in mind, and given how little Woof does with the GPU, a potential small reduction in efficiency doesn't seem to merit leaving this enabled.

For those that want it, it can still be forced on via the SDL_HINT_RENDER_BATCHING=1 environment variable.