SDL_Vertex

Undocumented in source.
static if(sdlSupport >= SDLSupport.sdl2018)
struct SDL_Vertex {}

Members

Variables

color
SDL_Color color;
Undocumented in source.
position
SDL_FPoint position;
Undocumented in source.
tex_coord
SDL_FPoint tex_coord;
Undocumented in source.

Meta