Class TextureLoader

Abstract base class for texture loaders. Texture loaders are responsible for loading image data and creating texture assets.

class TextureLoader
  : dlib.core.ownership.Owner;

Constructors

NameDescription
this (assetManager) Constructor.

Fields

NameTypeDescription
assetManager AssetManagerAsset manager that is be used to load texture data.

Methods

NameDescription
load (filename, extension, istrm, asset, option) Loads a texture asset from a stream.