NVIDIA OptiX 8.1 nvidia_logo_transpbg.gif Up
optix.h
Go to the documentation of this file.
1
2/*
3* SPDX-FileCopyrightText: Copyright (c) 2009 - 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4* SPDX-License-Identifier: LicenseRef-NvidiaProprietary
5*
6* NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
7* property and proprietary rights in and to this material, related
8* documentation and any modifications thereto. Any use, reproduction
9* disclosure or distribution of this material and related documentation
10* without an express license agreement from NVIDIA CORPORATION or
11* its affiliates is strictly prohibited.
12*/
19
20#ifndef OPTIX_OPTIX_H
21#define OPTIX_OPTIX_H
22
28#define OPTIX_VERSION 80100
29
30
31#ifdef __CUDACC__
32#include "optix_device.h"
33#else
34#include "optix_host.h"
35#endif
36
37
38#endif // OPTIX_OPTIX_H
OptiX public API header.
OptiX public API header.