How to enable MSAA when using SDL’s builtin renderer?

Hey guys, hope you’re all doing well.
I’m building an 2d engine around SDL2, no opengl/dx/vulkan/metal, since I want to rely
on SDL_RenderGeometry as much as possible.
The question is how to enable MSAA, or something similar ?

1 Like