Cg OpenGL Runtime API cgGLIsProfileSupported(3)
NAME
cgGLIsProfileSupported - determine if a profile is supported
by cgGL
SYNOPSIS
#include
CGbool cgGLIsProfileSupported( CGprofile profile );
PARAMETERS
profile The profile which will be checked for support.
RETURN VALUES
Returns CGTRUE if profile is supported by the cgGL library.
Returns CGFALSE otherwise.
DESCRIPTION
cgGLIsProfileSupported returns CGTRUE 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.
EXAMPLES
to-be-written
ERORS
None.
HISTORY
cgGLIsProfileSupported was introduced in Cg 1.1.
SEE ALSO
cgGLEnableProfile, cgGLDisableProfile
Cg Toolkit 2.1 Last change: 1
|