.. ----------------------------------------------------------------------------
.. _section-variables:

=========
Variables
=========

.. automodule:: glumpy.gloo.variable

**Content**

* :any:`section-variable`  — Generic variable methods
* :any:`section-uniform`   — Uniform variable
* :any:`section-attribute` — Attribute variable
* :any:`section-uniforms`  — Group of uniforms

.. ----------------------------------------------------------------------------
.. _section-variable:

Variable
========

.. autoclass:: glumpy.gloo.Variable
   :show-inheritance:
   :members:

.. ----------------------------------------------------------------------------
.. _section-uniform:

Uniform
=======

.. autoclass:: glumpy.gloo.Uniform
   :show-inheritance:
   :members:

.. ----------------------------------------------------------------------------
.. _section-attribute:

Attribute
=========

.. autoclass:: glumpy.gloo.Attribute
   :show-inheritance:
   :members:

.. ----------------------------------------------------------------------------
.. _section-uniforms:

Uniforms
========

.. autoclass:: glumpy.gloo.Uniforms
   :show-inheritance:
   :members:
