| NamecgGLIsProfileSupported - determine if a profile is supported by cgGL Synopsis
#include <Cg/cgGL.h>
CGbool cgGLIsProfileSupported( CGprofile profile );
 Parameters
profile
The profile which will be checked for support.
 Return ValuesReturns CG_TRUE if profile is supported by the cgGL library. Returns CG_FALSE otherwise. Description
cgGLIsProfileSupported returns CG_TRUE if the profile indicated by profile
is supported by the cgGL library.  A profile may not be supported if required OpenGL
extensions are not available.
 Examplesto-be-written ErrorsNone. HistorycgGLIsProfileSupported was introduced in Cg 1.1. See Also
cgGLEnableProfile,
cgGLDisableProfile
 |