summaryrefslogtreecommitdiff
path: root/kernel.cuh
diff options
context:
space:
mode:
authorbrett weiland <brettsweiland@gmail.com>2024-06-01 01:36:18 -0500
committerbrett weiland <brettsweiland@gmail.com>2024-06-01 01:36:18 -0500
commitb0dd97ee6bf8d5daa587da40ad941efac68152df (patch)
treef162d32767e0b0f84bed284f6e8ab2c5309ff248 /kernel.cuh
parent093200a449ea38952de52012e324036c106e294b (diff)
got raycasting laid out
Diffstat (limited to 'kernel.cuh')
-rw-r--r--kernel.cuh5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel.cuh b/kernel.cuh
deleted file mode 100644
index 2c5256e..0000000
--- a/kernel.cuh
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifndef KERNEL_H
-#define KERNEL_H
-#include <stdint.h>
-__global__ void render(uint8_t *image);
-#endif