icetIsEnabled -- query enabled status of an IceT feature.
#include <GL/ice-t.h>
| GLboolean icetIsEnabled( | GLenum | pname | ); |
Returns ICET_TRUE if the feature associated with pname is enabled, ICET_FALSE $(= 0)$ if the feature is disabled.
None.
The check for a valid pname is not thorough, and thus the ICET_INVALID_VALUE error may not always be raised.
A list of valid values for pname is given in the documentation for icetEnable.
Copyright (C)2003 Sandia Corporation
Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive license for use of this work by or on behalf of the U.S. Government. Redistribution and use in source and binary forms, with or without modification, are permitted provided that this Notice and any statement of authorship are reproduced on all copies.
icetEnable(3)