SDL 3.0
|
#include <SDL_render.h>
Data Fields | |
SDL_FPoint | position |
SDL_FColor | color |
SDL_FPoint | tex_coord |
Vertex structure.
Definition at line 101 of file SDL_render.h.
SDL_FColor SDL_Vertex::color |
Vertex color
Definition at line 104 of file SDL_render.h.
SDL_FPoint SDL_Vertex::position |
Vertex position, in SDL_Renderer coordinates
Definition at line 103 of file SDL_render.h.
SDL_FPoint SDL_Vertex::tex_coord |
Normalized texture coordinates, if needed
Definition at line 105 of file SDL_render.h.