VVISF & VVGL
VVGL::Vertex Struct Reference

Abstract base struct for a vertex that has one or kinds of data stored in one or more vertex types. More...

#include <VVGL_Geom.hpp>

Inherited by VVGL::VertRGBA, VVGL::VertXY, VVGL::VertXYRGBA, VVGL::VertXYST, VVGL::VertXYSTRGBA, VVGL::VertXYZ, VVGL::VertXYZRGBA, VVGL::VertXYZST, and VVGL::VertXYZSTRGBA.

Detailed Description

Abstract base struct for a vertex that has one or kinds of data stored in one or more vertex types.

Structs derived from VVGL::Vertex describe a single vertex and the various kinds of data associated with it (geometry, color, texture coords, and various combinations thereof). Typically, these derived structs are passed to the Quad template (Quad consists of four vertices and the template is used to determine what kind of data is contained in each vertex)


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