The current rendering path should be replaced with SDL3's GPU API to enable shader-based rendering. This opens the door for post-processing effects, more efficient batched draws, and modern rendering techniques that aren't feasible with the current approach. The initial implementation should maintain visual parity with the existing renderer before adding new effects.
The current rendering path should be replaced with SDL3's GPU API to enable shader-based rendering. This opens the door for post-processing effects, more efficient batched draws, and modern rendering techniques that aren't feasible with the current approach. The initial implementation should maintain visual parity with the existing renderer before adding new effects.