TSdlVertex
Vertex structure.
Definition
Unit: Neslib.Sdl3.Video
Fields
Name | Description |
---|---|
Color | Vertex color |
Position | Vertex position, in SDL_Renderer coordinates |
TexCoord | Normalized texture coordinates, if needed |
Field Descriptions
Color
Vertex color
var Color: TSdlColorF
Type: TSdlColorF
Position
Vertex position, in SDL_Renderer coordinates
var Position: TSdlPointF
Type: TSdlPointF
TexCoord
Normalized texture coordinates, if needed
var TexCoord: TSdlPointF
Type: TSdlPointF