Overview Function List GLOD Web Site

NAME

glodGetGroupParameteriv, glodGetGroupParameterfv - Gets a named group parameter

C SPECIFICATION

void glodGetGroupParameteriv(GLuint name, GLenum pname, GLint* param)

void glodGetGroupParameterfv(GLuint name, GLenum pname, GLfloat* param)

PARAMETERS

name, pname, *param
Sets param[0...k] to the property named pname of group name

PNAME/PARAM COMBINATIONS

No group properties can yet be retrieved.

ERRORS

GLOD_INVALID_NAME is generated if the specified group does not exist.
GLOD_UNKNOWN_PROPERTY is generated if the parameter name is not recognized.
GLOD_UNSUPPORTED_PROPERTY is generated if the data type you chose for this parameter is not supported.

Last modified: 06/10/04 06:32:27 PM