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
| Name | Description |
|---|---|
this
(assetManager)
|
Constructor. |
Fields
| Name | Type | Description |
|---|---|---|
assetManager
|
AssetManager | Asset manager that is be used to load texture data. |
Methods
| Name | Description |
|---|---|
load
(filename, extension, istrm, asset, option)
|
Loads a texture asset from a stream. |