Castor3D 0.15.0
Multiplatform 3D engine
|
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. | |
template<typename T > | |
GpuFrameEventUPtr | castor3d::makeGpuCleanupEvent (T &object) |
Fonction d'aide pour créer un évènement de nettoyage. | |
template<typename T > | |
GpuFrameEventUPtr | castor3d::makeGpuInitialiseEvent (T &object) |
Fonction d'aide pour créer un éveènement d'initialisation. | |