// // Created by saintruler on 05.05.19. // #ifndef OPENGLTEST_CALCULATECANVAS_H #define OPENGLTEST_CALCULATECANVAS_H #include #include #include #include void generate_canvas(int width, int height, unsigned char* canvas, Point* points, int nPoints); #endif //OPENGLTEST_CALCULATECANVAS_H