Intel clGPU
|
Represents a command which just raises an event. More...
#include <engine.hpp>
Inherits command.
Additional Inherited Members | |
![]() | |
virtual std::shared_ptr< event > | submit (const std::vector< std::shared_ptr< event >> &dependencies={}, const command_queue &queue=default_queue)=0 |
Submit the command on Engine queue. More... | |
![]() | |
engine_object (const std::shared_ptr< engine > &engine) | |
template<class EngTy = engine> | |
auto | get_engine () const -> typename std::enable_if< std::is_base_of< engine, EngTy >::value, std::shared_ptr< EngTy >>::type |
Returns associated Engine object. | |
Represents a command which just raises an event.
Definition at line 213 of file engine.hpp.