TextureCube
===========

.. py:currentmodule:: moderngl

.. autoclass:: moderngl.TextureCube

Create
------

.. automethod:: Context.texture_cube
   :noindex:

Methods
-------

.. automethod:: TextureCube.read
.. automethod:: TextureCube.read_into
.. automethod:: TextureCube.write
.. automethod:: TextureCube.bind_to_image
.. automethod:: TextureCube.use
.. automethod:: TextureCube.release

Attributes
----------

.. autoattribute:: TextureCube.size
.. autoattribute:: TextureCube.dtype
.. autoattribute:: TextureCube.components
.. autoattribute:: TextureCube.filter
.. autoattribute:: TextureCube.swizzle
.. autoattribute:: TextureCube.anisotropy
.. autoattribute:: TextureCube.glo
.. autoattribute:: TextureCube.mglo
.. autoattribute:: TextureCube.extra
.. autoattribute:: TextureCube.ctx

.. toctree::
    :maxdepth: 2
