summaryrefslogtreecommitdiff
path: root/kernel.cu
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.cu
parent093200a449ea38952de52012e324036c106e294b (diff)
got raycasting laid out
Diffstat (limited to 'kernel.cu')
-rw-r--r--kernel.cu9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel.cu b/kernel.cu
deleted file mode 100644
index c6895dc..0000000
--- a/kernel.cu
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <curand.h>
-#include <stdint.h>
-#include <stdio.h>
-#include "scene.cuh"
-
-__global__ void render(uint8_t *image) {
- scene<float> scene;
- //scene.render(image);
-}