NVIDIA OptiX 7.7 nvidia_logo_transpbg.gif Up
Function Table

Classes

struct  OptixFunctionTable
 

Typedefs

typedef struct OptixFunctionTable OptixFunctionTable
 

Variables

OptixFunctionTable g_optixFunctionTable
 

Detailed Description

OptiX Function Table.

Typedef Documentation

 OptixFunctionTable

The function table containing all API functions.

See optixInit() and optixInitWithHandle().

Variable Documentation

 g_optixFunctionTable

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.