[ Maverik Level 2 typedefs ]
MAV_texCoord
Summary
Texture coordinate.
Syntax
typedef struct {
  float s;
  float t;
} MAV_texCoord;
Description
A Maverik texture coordinate comprises two floats, s and t, representing the
texture coordinates at a vertex.
Back to the index page.