glodGetGroupParameteriv, glodGetGroupParameterfv - Gets a named
group parameter
void glodGetGroupParameteriv(GLuint name, GLenum pname, GLint* param)
void glodGetGroupParameterfv(GLuint name, GLenum pname, GLfloat* param)
- name, pname, *param
-
Sets
param[0...k]
to the property named pname
of group name
No group properties can yet be retrieved.
- 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.
-