summaryrefslogtreecommitdiff
path: root/src/kernel.cuh
blob: 2c5256e76ca867fa4f8b81e01c0b618e72f5ff9b (plain)
1
2
3
4
5
#ifndef KERNEL_H
#define KERNEL_H
#include <stdint.h>
__global__ void render(uint8_t *image);
#endif