Module dagon.resource.image

Provides a SuperImage interface implementation for texture buffers in Dagon.

Description

The dagon.resource.image module defines the TextureImage class, which adapts a TextureBuffer to the SuperImage interface, allowing image-like access to texture data.

Classes

NameDescription
TextureImage Adapts a TextureBuffer to the SuperImage interface for image-like access.