Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/optix/device.cpp
| Show All 13 Lines | |||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #include "device/optix/device.h" | #include "device/optix/device.h" | ||||
| #include "device/cuda/device.h" | #include "device/cuda/device.h" | ||||
| #include "device/optix/device_impl.h" | #include "device/optix/device_impl.h" | ||||
| #include "util/util_logging.h" | |||||
| #include "util/log.h" | |||||
| #ifdef WITH_OPTIX | #ifdef WITH_OPTIX | ||||
| # include <optix_function_table_definition.h> | # include <optix_function_table_definition.h> | ||||
| #endif | #endif | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| bool device_optix_init() | bool device_optix_init() | ||||
| ▲ Show 20 Lines • Show All 75 Lines • Show Last 20 Lines | |||||