volume rendering is working
This commit is contained in:
10
examples_ptx/volume_rendering/Makefile_gpu
Normal file
10
examples_ptx/volume_rendering/Makefile_gpu
Normal 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user