NVIDIA IndeX API nvidia_logo_transpbg.gif Up
xac_interface_return_codes_doc.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright 2023 NVIDIA Corporation. All rights reserved.
3 *****************************************************************************/
6
10{
13
16
19};
NV_IDX_kernel_program_return_codes
Return codes for XAC programs.
Definition: xac_interface_return_codes_doc.h:10
@ NV_IDX_PROG_TERMINATE_PROGRAM_INSTANCE
Cancel following execution operations on the current ray segment. Applies only to ray inquiry operati...
Definition: xac_interface_return_codes_doc.h:18
@ NV_IDX_PROG_DISCARD_SAMPLE
Indicate that the resulting sampling result should be discarded.
Definition: xac_interface_return_codes_doc.h:15
@ NV_IDX_PROG_OK
Indicate the sucessfull execution of the sampling program.
Definition: xac_interface_return_codes_doc.h:12