summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony LaTorre <telatorre@gmail.com>2011-06-03 18:18:35 -0400
committerAnthony LaTorre <telatorre@gmail.com>2011-06-03 18:18:35 -0400
commit4118c62895ac2f011146b4233dad86ff8dc179e3 (patch)
tree364eb1596fae99bd9444dcf2689da62c205b65dc /src
parent7a2b0f7ce547186acb87d13e7ba9d5184cb93d1f (diff)
downloadchroma-4118c62895ac2f011146b4233dad86ff8dc179e3.tar.gz
chroma-4118c62895ac2f011146b4233dad86ff8dc179e3.tar.bz2
chroma-4118c62895ac2f011146b4233dad86ff8dc179e3.zip
load materials/surfaces onto the gpu
Diffstat (limited to 'src')
-rw-r--r--src/kernel.cu1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel.cu b/src/kernel.cu
index ead08da..c56bbe7 100644
--- a/src/kernel.cu
+++ b/src/kernel.cu
@@ -6,6 +6,7 @@
#include "matrix.h"
#include "rotate.h"
#include "intersect.h"
+#include "materials.h"
#define STACK_SIZE 500