Is there a function to stretch an image's points to coordinates on the screen based on it's four points?
If not, is there a way I could do that using math?
I mean something like a generalized texture-mapped quad.
SDL_RenderGeometry()
/SDL_RenderGeometryRaw()
were added in SDL 2.0.18.