Pico Headers
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
pgl_vertex_t Struct Reference

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]
 

Detailed Description

A vertex describes a point and the data associated with it (color and texture coordinates)

Member Data Documentation

◆ pos

float pgl_vertex_t::pos[3]

◆ color

float pgl_vertex_t::color[4]

◆ uv

float pgl_vertex_t::uv[2]

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