added volume rendering example

This commit is contained in:
Evghenii
2014-02-21 08:51:33 +01:00
parent ee8e2b76e2
commit a85972ffbc
12 changed files with 1481 additions and 0 deletions

View File

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