Castor3D 0.14.0
Multiplatform 3D engine
Classes | Espaces de nommage | Fonctions
Référence du fichier GpuFunctorEvent.hpp

Classes

class  castor3d::GpuFunctorEvent
 
struct  castor3d::GpuEventInitialiserT< CacheT >
 
struct  castor3d::GpuEventCleanerT< CacheT >
 

Espaces de nommage

namespace  castor3d
 

Fonctions

GpuFrameEventUPtr castor3d::makeGpuFunctorEvent (EventType type, GpuFunctorEvent::Functor functor)
 Constructeur. Plus de détails...
 
template<typename T >
GpuFrameEventUPtr castor3d::makeGpuCleanupEvent (T &object)
 Fonction d'aide pour créer un évènement de nettoyage. Plus de détails...
 
template<typename T >
GpuFrameEventUPtr castor3d::makeGpuInitialiseEvent (T &object)
 Fonction d'aide pour créer un éveènement d'initialisation. Plus de détails...