:mod:`glutils`
==============

.. automodule:: silx.gui.plot3d.glutils


:mod:`glutils.gl`
-----------------

.. automodule:: silx.gui.plot3d.glutils.gl
   :members:

Utility functions
-----------------

.. currentmodule:: silx.gui.plot3d.glutils

For OpenGL context management:

.. autofunction:: getGLContext

.. autofunction:: setGLContextGetter

For type checking and conversion:

.. autofunction:: sizeofGLType

.. autofunction:: isSupportedGLType

.. autofunction:: numpyToGLType

:class:`Program`
----------------

.. autoclass:: Program
   :members:

:class:`Texture`
----------------

.. autoclass:: Texture
   :members:

:class:`FramebufferTexture`
---------------------------

.. autoclass:: FramebufferTexture
   :members:

Vertex Buffer
-------------

.. autoclass:: VertexBuffer
   :members:

.. autoclass:: VertexBufferAttrib
   :members:

.. autofunction:: vertexBuffer