GLUS
Data Fields
_GLUSline Struct Reference

Structure for holding line data. More...

#include <glus_line.h>

Data Fields

GLUSfloatvertices
 Vertices in homogeneous coordinates. More...
 
GLUSindexindices
 Indices. More...
 
GLUSuint numberVertices
 Number of vertices. More...
 
GLUSuint numberIndices
 Number of indices. More...
 
GLUSenum mode
 Line render mode - could be either: More...
 

Detailed Description

Structure for holding line data.

Field Documentation

GLUSindex* indices

Indices.

GLUSenum mode

Line render mode - could be either:

GLUS_LINES GLUS_LINE_STRIP GLUS_LINE_LOOP

GLUSuint numberIndices

Number of indices.

GLUSuint numberVertices

Number of vertices.

GLUSfloat* vertices

Vertices in homogeneous coordinates.


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