2 * $Source: x:/prj/tech/libsrc/g2/RCS/plytyp.h $
5 * $Date: 1997/10/01 13:37:00 $
7 * Polygon-related structures.
9 * This file is part of the g2 library.
17 /* format for vertex buffers. */
18 typedef struct grs_vertex
{
19 fix x
, y
; /* screen coordinates */
20 fix u
, v
, w
; /* texture parameters/rgb */
21 fix i
; /* intensity */
23 #endif /* !__PLYTYP */