Castor3D 0.12.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 (EventType type, CpuFunctorEvent::Functor functor)
 Helper function to create a functor event. More...
 
template<typename T >
CpuFrameEventUPtr castor3d::makeCpuCleanupEvent (T &object)
 Helper function to create a cleanup event. More...
 
template<typename T >
CpuFrameEventUPtr castor3d::makeCpuInitialiseEvent (T &object)
 Helper function to create an initialise event. More...