Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/kernels/opencl/kernel_do_volume.cl
| Show All 13 Lines | |||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #include "kernel_compat_opencl.h" | #include "kernel_compat_opencl.h" | ||||
| #include "split/kernel_split_common.h" | #include "split/kernel_split_common.h" | ||||
| #include "split/kernel_do_volume.h" | #include "split/kernel_do_volume.h" | ||||
| __kernel void kernel_ocl_path_trace_do_volume( | __kernel void kernel_ocl_path_trace_do_volume( | ||||
| KernelGlobals *kg, | ccl_global char *kg, | ||||
| ccl_constant KernelData *data) | ccl_constant KernelData *data) | ||||
| { | { | ||||
| kernel_do_volume(kg); | kernel_do_volume((KernelGlobals*)kg); | ||||
| } | } | ||||