diff options
Diffstat (limited to 'Canvas/gpu/CalculateCanvas.h')
| -rw-r--r-- | Canvas/gpu/CalculateCanvas.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Canvas/gpu/CalculateCanvas.h b/Canvas/gpu/CalculateCanvas.h new file mode 100644 index 0000000..0de853f --- /dev/null +++ b/Canvas/gpu/CalculateCanvas.h @@ -0,0 +1,16 @@ +// +// Created by saintruler on 05.05.19. +// + +#ifndef OPENGLTEST_CALCULATECANVAS_H +#define OPENGLTEST_CALCULATECANVAS_H + +#include <iostream> +#include <vector> +#include <fstream> + +#include <Point.h> + +void generate_canvas(int width, int height, unsigned char* canvas, Point* points, int nPoints); + +#endif //OPENGLTEST_CALCULATECANVAS_H |