render: Add floating point versions of various draw APIs.

This commit is contained in:
Ryan C. Gordon
2018-10-23 01:34:03 -04:00
parent cad0a2f730
commit 8340b0f0e2
6 changed files with 643 additions and 76 deletions

View File

@@ -39,20 +39,6 @@ typedef enum
SDL_ScaleModeBest
} SDL_ScaleMode;
typedef struct
{
float x;
float y;
} SDL_FPoint;
typedef struct
{
float x;
float y;
float w;
float h;
} SDL_FRect;
/* Define the SDL texture structure */
struct SDL_Texture
{