Exemple #1
0
 public static void Start(CLAPI instance, FLProgram program, int width, int height, int depth)
 {
     FLDebuggerHelper.Register(program);
     program.Run(new FLBuffer(instance, width, height, depth, "DebugInput"), true);
     program.FreeResources();
 }