core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

gl_line_attrib Struct Reference

Line attributes. More...

#include <mtypes.h>


Data Fields

GLboolean SmoothFlag
 GL_LINE_SMOOTH enabled? More...

GLboolean StippleFlag
 GL_LINE_STIPPLE enabled? More...

GLushort StipplePattern
 Stipple pattern. More...

GLint StippleFactor
 Stipple repeat factor. More...

GLfloat Width
 Line width. More...

GLfloat _Width
 Clamped Line width. More...


Detailed Description

Line attributes.


Field Documentation

GLfloat gl_line_attrib::_Width
 

Clamped Line width.

GLboolean gl_line_attrib::SmoothFlag
 

GL_LINE_SMOOTH enabled?

GLint gl_line_attrib::StippleFactor
 

Stipple repeat factor.

GLboolean gl_line_attrib::StippleFlag
 

GL_LINE_STIPPLE enabled?

GLushort gl_line_attrib::StipplePattern
 

Stipple pattern.

GLfloat gl_line_attrib::Width
 

Line width.


The documentation for this struct was generated from the following file:
Generated on Sun May 16 15:55:13 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001