logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

icetGLInitialize -- initialize the IceT OpenGL layer

Bugs

       None known.

Description

       Initializes  the OpenGL layer of IceT .icetGLInitialize must be called before any other function starting
       with icetGL (except icetGLIsInitialized).

       Management for the OpenGL layer is held in the state of the current IceT context. Thus,  icetGLInitialize
       must  be  called  once  per  IceT  context.  If  you are using a context for rendering with OpenGL ,it is
       recommended that you call icetGLInitialize immediately after calling icetCreateContext.

Errors

       None.

Name

icetGLInitialize--initializetheIceTOpenGLlayer

See Also

icetCreateContext(3), icetGLIsInitialized(3)

IceT Reference                                   August  9, 2010                             icetGLInitialize(3)

Synopsis

       #include <IceTGL.h>

       void icetGLInitialize(   void   );

Warnings

ICET_INVALID_OPERATIONicetGLInitialize is called twice for the same context.

See Also