Castor3D 0.16.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 (GpuEventType type, GpuFunctorEvent::Functor functor)
 Helper function to create a functor event.
 
template<typename T >
GpuFrameEventUPtr castor3d::makeGpuCleanupEvent (T &object)
 Helper function to create a cleanup event.
 
template<typename T >
GpuFrameEventUPtr castor3d::makeGpuInitialiseEvent (T &object)
 Helper function to create an initialise event.