diff options
Diffstat (limited to 'kernel.cuh')
-rw-r--r-- | kernel.cuh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.cuh b/kernel.cuh new file mode 100644 index 0000000..2c5256e --- /dev/null +++ b/kernel.cuh @@ -0,0 +1,5 @@ +#ifndef KERNEL_H +#define KERNEL_H +#include <stdint.h> +__global__ void render(uint8_t *image); +#endif |