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

Method set

include/internal/CL/cl.hpp:7384–7387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7382struct SetArg
7383{
7384 static void set (Kernel kernel, T0 arg)
7385 {
7386 kernel.setArg(index, arg);
7387 }
7388};
7389
7390template<int index>

Callers

nothing calls this directly

Calls 1

setArgMethod · 0.80

Tested by

no test coverage detected