Castor3D 0.16.0
Multiplatform 3D engine
Classes | Namespaces | Functions
CpuFunctorEvent.hpp File Reference

Classes

class  castor3d::CpuFunctorEvent
 
struct  castor3d::CpuEventInitialiserT< CacheT >
 
struct  castor3d::CpuEventCleanerT< CacheT >
 

Namespaces

namespace  castor3d
 

Functions

CpuFrameEventUPtr castor3d::makeCpuFunctorEvent (CpuEventType type, CpuFunctorEvent::Functor functor)
 Helper function to create a functor event.
 
template<typename T >
CpuFrameEventUPtr castor3d::makeCpuCleanupEvent (T &object)
 Helper function to create a cleanup event.
 
template<typename T >
CpuFrameEventUPtr castor3d::makeCpuInitialiseEvent (T &object)
 Helper function to create an initialise event.