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,8 @@
EXAMPLE=volume
CPP_SRC=volume.cpp
ISPC_SRC=volume.ispc
ISPC_IA_TARGETS=avx1-i32x8
ISPC_ARM_TARGETS=neon
include ../common_cpu.mk