Classes | |
struct | OptixFunctionTable |
Typedefs | |
typedef struct OptixFunctionTable | OptixFunctionTable |
Variables | |
OptixFunctionTable | g_optixFunctionTable |
OptiX Function Table.
typedef struct OptixFunctionTable OptixFunctionTable |
The function table containing all API functions.
See optixInit() and optixInitWithHandle().
OptixFunctionTable g_optixFunctionTable |
If the stubs in optix_stubs.h are used, then the function table needs to be defined in exactly one translation unit. This can be achieved by including this header file in that translation unit.