Castor3D 0.16.0
Multiplatform 3D engine
|
Classes | |
class | castor3d::CpuFunctorEvent |
struct | castor3d::CpuEventInitialiserT< CacheT > |
struct | castor3d::CpuEventCleanerT< CacheT > |
Espaces de nommage | |
namespace | castor3d |
Fonctions | |
CpuFrameEventUPtr | castor3d::makeCpuFunctorEvent (CpuEventType type, CpuFunctorEvent::Functor functor) |
Constructeur. | |
template<typename T > | |
CpuFrameEventUPtr | castor3d::makeCpuCleanupEvent (T &object) |
Fonction d'aide pour créer un évènement de nettoyage. | |
template<typename T > | |
CpuFrameEventUPtr | castor3d::makeCpuInitialiseEvent (T &object) |
Fonction d'aide pour créer un éveènement d'initialisation. | |