icculus quake2 doxygen  1.0 dev
glvert_t Struct Reference

#include <gl_local.h>

Public Attributes

float x
 
float y
 
float z
 
float s
 
float t
 
float r
 
float g
 
float b
 

Detailed Description

Definition at line 138 of file gl_local.h.

Member Data Documentation

◆ b

float glvert_t::b

Definition at line 142 of file gl_local.h.

◆ g

float glvert_t::g

Definition at line 142 of file gl_local.h.

◆ r

float glvert_t::r

Definition at line 142 of file gl_local.h.

◆ s

float glvert_t::s

Definition at line 141 of file gl_local.h.

◆ t

float glvert_t::t

Definition at line 141 of file gl_local.h.

◆ x

float glvert_t::x

Definition at line 140 of file gl_local.h.

◆ y

float glvert_t::y

Definition at line 140 of file gl_local.h.

◆ z

float glvert_t::z

Definition at line 140 of file gl_local.h.