|
SDL 2.0
|
#include <SDL_render.h>
Data Fields | |
| SDL_FPoint | position |
| SDL_Color | color |
| SDL_FPoint | tex_coord |
Vertex structure
Definition at line 92 of file SDL_render.h.
| SDL_Color SDL_Vertex::color |
Vertex color
Definition at line 95 of file SDL_render.h.
| SDL_FPoint SDL_Vertex::position |
Vertex position, in SDL_Renderer coordinates
Definition at line 94 of file SDL_render.h.
| SDL_FPoint SDL_Vertex::tex_coord |
Normalized texture coordinates, if needed
Definition at line 96 of file SDL_render.h.