video.texture

Texture handle.

class TextureException: object.Exception;

Exception thrown at texture related errors.

struct Texture;

Opague and immutable texture handle struct used by code outside video subsystem.

package Vector2u size;

Size of the texture in pixels.

package uint index;

Index of the texture in the VideoDriver implementation.