Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/optix/device_impl.h
| Show All 16 Lines | |||||
| #pragma once | #pragma once | ||||
| #ifdef WITH_OPTIX | #ifdef WITH_OPTIX | ||||
| # include "device/cuda/device_impl.h" | # include "device/cuda/device_impl.h" | ||||
| # include "device/optix/queue.h" | # include "device/optix/queue.h" | ||||
| # include "device/optix/util.h" | # include "device/optix/util.h" | ||||
| # include "kernel/kernel_types.h" | # include "kernel/types.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class BVHOptiX; | class BVHOptiX; | ||||
| struct KernelParamsOptiX; | struct KernelParamsOptiX; | ||||
| /* List of OptiX program groups. */ | /* List of OptiX program groups. */ | ||||
| enum { | enum { | ||||
| ▲ Show 20 Lines • Show All 153 Lines • Show Last 20 Lines | |||||