OptiX  3.9
NVIDIA OptiX Acceleration Engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
optix.h File Reference

Detailed Description

OptiX public API header.

Author
NVIDIA Corporation Includes the host api if compiling host code, includes the cuda api if compiling device code. For the math library routines include optix_math.h

Go to the source code of this file.

Macros

#define OPTIX_VERSION
 

Macro Definition Documentation

#define OPTIX_VERSION
Value:
3090 /* 3.9.0 (major = OPTIX_VERSION/1000, *
* minor = (OPTIX_VERSION%1000)/10, *
* micro = OPTIX_VERSION%10 */