MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / EnqueueArgs

Method EnqueueArgs

include/internal/CL/cl.hpp:7208–7215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7206 VECTOR_CLASS<Event> events_;
7207
7208 EnqueueArgs(NDRange global) :
7209 queue_(CommandQueue::getDefault()),
7210 offset_(NullRange),
7211 global_(global),
7212 local_(NullRange)
7213 {
7214
7215 }
7216
7217 EnqueueArgs(NDRange global, NDRange local) :
7218 queue_(CommandQueue::getDefault()),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected