SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLAssetLoader.h File Reference
#include "SLFileStorage.h"
#include <condition_variable>
#include <functional>
#include <thread>
#include <atomic>
#include <optional>
#include <SL.h>
#include <SLGLTexture.h>
#include <SLImporter.h>
Include dependency graph for SLAssetLoader.h:

Go to the source code of this file.

Classes

class  SLAssetLoader
 

Typedefs

typedef function< void()> SLAssetLoadTask
 
typedef vector< SLAssetLoadTaskSLVAssetLoadTask
 

Detailed Description

Date
May 2024
Authors
Marino von Wattenwyl
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLAssetLoader.h.

Typedef Documentation

◆ SLAssetLoadTask

typedef function<void()> SLAssetLoadTask

Definition at line 41 of file SLAssetLoader.h.

◆ SLVAssetLoadTask

Definition at line 42 of file SLAssetLoader.h.