Castor3D 0.12.0
Multiplatform 3D engine
Classes | Namespaces | Functions
GpuFunctorEvent.hpp File Reference

Classes

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

Namespaces

namespace  castor3d
 

Functions

GpuFrameEventUPtr castor3d::makeGpuFunctorEvent (EventType type, GpuFunctorEvent::Functor functor)
 Helper function to create a functor event. More...
 
template<typename T >
GpuFrameEventUPtr castor3d::makeGpuCleanupEvent (T &object)
 Helper function to create a cleanup event. More...
 
template<typename T >
GpuFrameEventUPtr castor3d::makeGpuInitialiseEvent (T &object)
 Helper function to create an initialise event. More...