Searched defs:VertexRoutinePrototype (Results 1 – 1 of 1) sorted by relevance
25 …class VertexRoutinePrototype : public Function<Void(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, P… class28 VertexRoutinePrototype() : vertex(Arg<0>()), batch(Arg<1>()), task(Arg<2>()), data(Arg<3>()) {} in VertexRoutinePrototype() function in sw::VertexRoutinePrototype