4.1.3.7. ImageTexture

This modules provides tools to manage texture.

class PyOpenGLng.HighLevelApi.ImageTexture.ImageTexture(image)[source]

Bases: object

_create_texture()[source]

Create the texture.

_logger = <logging.Logger object at 0x3f60650>
bind()[source]

Bind the texture.

set(image)[source]
shape[source]
unbind()[source]

Unbind the texture.

Previous topic

4.1.3.6. GlWidgetBase3D

Next topic

4.1.3.8. Ortho2D

This Page