SDL_Vertex

Vertex structure.

extern (C) nothrow @nogc
struct SDL_Vertex {}

Members

Variables

color
SDL_FColor color;

Vertex color.

position
SDL_FPoint position;

Vertex position, in SDL_Renderer coordinates.

tex_coord
SDL_FPoint tex_coord;

Normalized texture coordinates, if needed

Meta