Driver: re-factored handle wrapper to accomodate proper deinitialization order
This commit is contained in:
@@ -33,5 +33,8 @@ float Event::elapsed_time() const{
|
||||
return time;
|
||||
}
|
||||
|
||||
Handle<cu_event_t> const & Event::cu() const
|
||||
{ return cu_; }
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user