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

Copied!

TextureLoader ()

Constructor with default behavior.


Methods

LoadAsync

Copied!

virtual void LoadAsync (void* pLoadParams)

Loads a single Texture asynchronously.


LoadMultipleAsync

Copied!

virtual void LoadMultipleAsync (void* pLoadParams)

Loads multiple Texture s asynchronously.