DOKK / manpages / debian 10 / paraview / icetGLIsInitialized.3.en
icetGLIsInitialized(3) IceT Reference icetGLIsInitialized(3)

icetGLIsInitialized -- determine if the IceT OpenGL layer is initialized

#include <IceTGL.h>

IceTBoolean icetGLIsInitialized( void );

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.

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

None.

None.

None known.

Copyright (C)2010 Sandia Corporation

Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.

This source code is released under the New BSD License.

icetGLInitialize(3)

August 9, 2010 IceT Reference