volume rendering is working

This commit is contained in:
Evghenii
2014-01-05 17:03:29 +01:00
parent eb97ef149a
commit 07049d6c76
12 changed files with 1821 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
PROG=volume
ISPC_SRC=volume.ispc
CU_SRC=volume.cu
CXX_SRC=volume.cpp volume_serial.cpp
PTXCC_REGMAX=64
include ../common_gpu.mk