NVIDIA OptiX 7.7 nvidia_logo_transpbg.gif Up
optix.h File Reference

Go to the source code of this file.

Macros

#define OPTIX_VERSION   70700
 

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

Macro Definition Documentation

 OPTIX_VERSION

#define OPTIX_VERSION   70700

The OptiX version.

  • major = OPTIX_VERSION/10000
  • minor = (OPTIX_VERSION%10000)/100
  • micro = OPTIX_VERSION%100