SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include "SLFileStorage.h"
#include <condition_variable>
#include <functional>
#include <thread>
#include <atomic>
#include <optional>
#include <SL.h>
#include <SLGLTexture.h>
#include <SLImporter.h>
Go to the source code of this file.
Classes | |
class | SLAssetLoader |
Typedefs | |
typedef function< void()> | SLAssetLoadTask |
typedef vector< SLAssetLoadTask > | SLVAssetLoadTask |
Definition in file SLAssetLoader.h.
typedef function<void()> SLAssetLoadTask |
Definition at line 41 of file SLAssetLoader.h.
typedef vector<SLAssetLoadTask> SLVAssetLoadTask |
Definition at line 42 of file SLAssetLoader.h.