A vertex describes a point and the data associated with it (color and texture coordinates) More...
#include <pico_gl.h>
Public Attributes | |
float | pos [3] |
float | color [4] |
float | uv [2] |
A vertex describes a point and the data associated with it (color and texture coordinates)
float pgl_vertex_t::pos[3] |
float pgl_vertex_t::color[4] |
float pgl_vertex_t::uv[2] |