CLprocessor.hpp 160 B

12345678
  1. #ifndef __CL_PROCESSOR_HPP__
  2. #define __CL_PROCESSOR_HPP__
  3. int initCL();
  4. void closeCL();
  5. void processFrame(int tex1, int tex2, int w, int h, int mode);
  6. #endif