class TextureLoader
Texture loader class.
File location: framework/cauldron/framework/inc/core/loaders/textureloader.h
Construction
Return type |
Description |
---|---|
Constructor with default behavior.
|
Methods
Return type |
Description |
---|---|
void |
LoadAsync (void* pLoadParams)
Loads a single “Texture“ asynchronously.
|
void |
LoadMultipleAsync (void* pLoadParams)
Loads multiple “Texture“ s asynchronously.
|
Detailed description
Texture loader class. Handles asynchronous texture loading.
Construction
TextureLoader
Constructor with default behavior.
Methods
LoadAsync
Loads a single Texture
asynchronously.
LoadMultipleAsync
Loads multiple Texture
s asynchronously.