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

gl_point_attrib Struct Reference

Point attributes. More...

#include <mtypes.h>


Data Fields

GLboolean SmoothFlag
 True if GL_POINT_SMOOTH is enabled. More...

GLfloat Size
 User-specified point size. More...

GLfloat _Size
 Size clamped to Const.Min/MaxPointSize. More...

GLfloat Params [3]
 GL_EXT_point_parameters. More...

GLfloat MinSize
GLfloat MaxSize
 GL_EXT_point_parameters. More...

GLfloat Threshold
 GL_EXT_point_parameters. More...

GLboolean _Attenuated
 True if Params != [1, 0, 0]. More...

GLboolean PointSprite
 GL_NV_point_sprite / GL_NV_point_sprite. More...

GLboolean CoordReplace [MAX_TEXTURE_UNITS]
 GL_NV_point_sprite / GL_NV_point_sprite. More...

GLenum SpriteRMode
 GL_NV_point_sprite (only!). More...


Detailed Description

Point attributes.


Field Documentation

GLboolean gl_point_attrib::_Attenuated
 

True if Params != [1, 0, 0].

GLfloat gl_point_attrib::_Size
 

Size clamped to Const.Min/MaxPointSize.

GLboolean gl_point_attrib::CoordReplace[MAX_TEXTURE_UNITS]
 

GL_NV_point_sprite / GL_NV_point_sprite.

GLfloat gl_point_attrib::MaxSize
 

GL_EXT_point_parameters.

GLfloat gl_point_attrib::MinSize
 

GLfloat gl_point_attrib::Params[3]
 

GL_EXT_point_parameters.

GLboolean gl_point_attrib::PointSprite
 

GL_NV_point_sprite / GL_NV_point_sprite.

GLfloat gl_point_attrib::Size
 

User-specified point size.

GLboolean gl_point_attrib::SmoothFlag
 

True if GL_POINT_SMOOTH is enabled.

GLenum gl_point_attrib::SpriteRMode
 

GL_NV_point_sprite (only!).

GLfloat gl_point_attrib::Threshold
 

GL_EXT_point_parameters.


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