NVIDIA IndeX API nvidia_logo_transpbg.gif Up
iindex_debug_configuration.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright 2023 NVIDIA Corporation. All rights reserved.
3 *****************************************************************************/
6
7#ifndef NVIDIA_INDEX_IINDEX_DEBUG_CONFIGURATION_H
8#define NVIDIA_INDEX_IINDEX_DEBUG_CONFIGURATION_H
9
10#include <mi/dice.h>
11#include <mi/base/interface_declare.h>
12
13namespace nv
14{
15namespace index
16{
22 public mi::base::Interface_declare<0x7d1a4588,0x9458,0x4459,0x87,0x45,0x1d,0xa9,0x03,0x95,0x98,0x24>
23{
24public:
32 virtual mi::Sint32 set_option(const char* option) = 0;
33};
34
35} // namespace index
36} // namespace nv
37
38#endif // NVIDIA_INDEX_IINDEX_DEBUG_CONFIGURATION_H
Interface to set debug options for the NVIDIA IndeX library.
Definition: iindex_debug_configuration.h:23
virtual mi::Sint32 set_option(const char *option)=0
Sets a debug option.
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349