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

Method make_kernel

include/internal/CL/cl.hpp:12810–12825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12808 > FunctorType;
12809
12810 make_kernel(
12811 const Program& program,
12812 const STRING_CLASS name,
12813 cl_int * err = NULL) :
12814 detail::functionImplementation_<
12815 T0, T1, T2, T3,
12816 T4, T5, T6, T7,
12817 T8, T9, T10, T11,
12818 T12, T13, T14, T15,
12819 T16, T17, T18, T19,
12820 T20, T21, T22, T23,
12821 T24, T25, T26, T27,
12822 T28, T29, T30, T31
12823 >(
12824 FunctorType(program, name, err))
12825 {}
12826
12827 make_kernel(
12828 const Kernel kernel) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected