Vertex.this

Constructs a dsdl2.Vertex from a vanilla SDL_Vertex from bindbc-sdl

  1. this()
  2. this(SDL_Vertex sdlVertex)
    struct Vertex
    this
    (
    SDL_Vertex sdlVertex
    )
  3. this(FPoint position, Color color, FPoint texCoord)

Parameters

sdlVertex SDL_Vertex

the dsdl2.Vertex struct

Meta