NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ishader_graph.h
Go to the documentation of this file.
1 //*****************************************************************************
2 // Copyright 1986, 2014 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
6 //*****************************************************************************
7 
8 #ifndef MI_NEURAYLIB_ISHADER_GRAPH_H
9 #define MI_NEURAYLIB_ISHADER_GRAPH_H
10 
12 
13 namespace mi {
14 
18 class IShader_graph :
251  public base::Interface_declare<0xadec8afb,0xe847,0x4a40,0x9c,0x5a,0x00,0xba,0x30,0xf0,0x2b,0x88,
252  IScene_element>
253 {
254 public:
255 
259  virtual const char* get_shader_graph_class() const = 0;
260 };
261  // end group mi_neuray_shaders
263 
264 } // namespace mi
265 
266 #endif // MI_NEURAYLIB_ISHADER_GRAPH_H