gfm.opengl.texture

This module defines one texture type for each sort of OpenGL texture.

Members

Classes

GLTexture
class GLTexture

OpenGL Texture wrapper.

GLTexture1D
class GLTexture1D

Wrapper for 1D texture.

GLTexture1DArray
class GLTexture1DArray

Wrapper for 1D texture array.

GLTexture2D
class GLTexture2D

Wrapper for 2D texture.

GLTexture2DArray
class GLTexture2DArray

Wrapper for 2D texture array.

GLTexture2DMultisample
class GLTexture2DMultisample

Wrapper for 2D multisampled texture.

GLTexture2DMultisampleArray
class GLTexture2DMultisampleArray

Wrapper for 2D multisampled texture array.

GLTexture3D
class GLTexture3D

Wrapper for 3D texture.

GLTextureRectangle
class GLTextureRectangle

Wrapper for texture rectangle.

Meta