gluGetTessProperty function
Applies to: desktop apps only
The gluGetTessProperty function gets a tessellation object property.
Syntax
void WINAPI gluGetTessProperty( GLUtesselator *tess, GLenum which, GLdouble *value );
Parameters
- tess
-
The tessellation object (created with gluNewTess).
- which
-
The property whose value is to be retrieved. The following values are valid: GLU_TESS_WINDING_RULE, GLU_TESS_BOUNDARY_ONLY, and GLU_TESS_TOLERANCE.
- value
-
A pointer to the location where the value of the named property is written.
Return value
This function does not return a value.
Remarks
Use gluGetTessProperty to retrieve properties stored in a tessellation object. These properties affect the way tessellation objects are interpreted and rendered. For information about what the properties are and what they do, see gluTessProperty.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012