lxgui
Public Attributes | List of all members
lxgui::gui::vertex Struct Reference

Holds position, texture coordinate, and color information for drawing. More...

#include <gui_vertex.hpp>

Public Attributes

vector2f pos
 
vector2f uvs
 
color col
 

Detailed Description

Holds position, texture coordinate, and color information for drawing.

Definition at line 12 of file gui_vertex.hpp.

Member Data Documentation

◆ col

color lxgui::gui::vertex::col

Definition at line 15 of file gui_vertex.hpp.

◆ pos

vector2f lxgui::gui::vertex::pos

Definition at line 13 of file gui_vertex.hpp.

◆ uvs

vector2f lxgui::gui::vertex::uvs

Definition at line 14 of file gui_vertex.hpp.


The documentation for this struct was generated from the following file: