Vertex structure
Defined in SDL_render.h
typedef struct SDL_Vertex
{/**< Vertex position, in SDL_Renderer coordinates */
SDL_FPoint position; /**< Vertex color */
SDL_Color color; /**< Normalized texture coordinates, if needed */
SDL_FPoint tex_coord; } SDL_Vertex;