logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icetGLIsInitialized -- determine if the IceT OpenGL layer is initialized

Bugs

       None known.

Description

       Used   to   determine   whether   icetGLInitialize   was   called   for  the  current  IceT  context.  If
       icetGLIsInitialized returns false, then rendering with the OpenGL layer will not work.

Errors

       None.

Name

icetGLIsInitialized--determineiftheIceTOpenGLlayerisinitialized

Return Value

       Returns ICET_TRUE if the OpenGL layer has been initialized for the current context, ICET_FALSE otherwise.

See Also

icetGLInitialize(3)

IceT Reference                                   August  9, 2010                          icetGLIsInitialized(3)

Synopsis

       #include <IceTGL.h>

       IceTBoolean icetGLIsInitialized(   void   );

Warnings

       None.

See Also