NVIDIA OptiX 7.7 nvidia_logo_transpbg.gif Up
optix_function_table_definition.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 NVIDIA Corporation. All rights reserved.
3 *
4 * NVIDIA Corporation and its licensors retain all intellectual property and proprietary
5 * rights in and to this software, related documentation and any modifications thereto.
6 * Any use, reproduction, disclosure or distribution of this software and related
7 * documentation without an express license agreement from NVIDIA Corporation is strictly
8 * prohibited.
9 *
10 * TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED *AS IS*
11 * AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR IMPLIED,
12 * INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
13 * PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA OR ITS SUPPLIERS BE LIABLE FOR ANY
14 * SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT
15 * LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF
16 * BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
17 * INABILITY TO USE THIS SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF
18 * SUCH DAMAGES
19 */
20
24
25#ifndef OPTIX_OPTIX_FUNCTION_TABLE_DEFINITION_H
26#define OPTIX_OPTIX_FUNCTION_TABLE_DEFINITION_H
27
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
42 // end group optix_function_table
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif // OPTIX_OPTIX_FUNCTION_TABLE_DEFINITION_H
OptixFunctionTable g_optixFunctionTable
If the stubs in optix_stubs.h are used, then the function table needs to be defined in exactly one tr...
Definition: optix_function_table_definition.h:41
OptiX public API header.
The function table containing all API functions.
Definition: optix_function_table.h:56