neuray API Programmer's Manual

ishader_graph.h File Reference

Description

Scene element Shader_graph.

Code Example

ishader_graph.h

‎//*****************************************************************************
// Copyright 1986, 2016 NVIDIA Corporation. All rights reserved.
//*****************************************************************************
//*****************************************************************************

#ifndef MI_NEURAYLIB_ISHADER_GRAPH_H
#define MI_NEURAYLIB_ISHADER_GRAPH_H

#include <mi/neuraylib/iscene_element.h>
#include <mi/neuraylib/version.h>

namespace mi {

namespace neuraylib {

class MI_NEURAYLIB_DEPRECATED_CLASS_METASL(IShader_graph) :
    public base::Interface_declare<0xadec8afb,0xe847,0x4a40,0x9c,0x5a,0x00,0xba,0x30,0xf0,0x2b,0x88,
                                   neuraylib::IScene_element>
{
public:
    virtual const char* get_shader_graph_class() const = 0;
};

} // namespace neuraylib

#ifdef MI_NEURAYLIB_DEPRECATED_NAMESPACE_MI_TRANSITION
using neuraylib::IScene_element;
using neuraylib::MI_NEURAYLIB_DEPRECATED_CLASS_METASL(IShader_graph);
#endif // MI_NEURAYLIB_DEPRECATED_NAMESPACE_MI_TRANSITION

} // namespace mi

#endif // MI_NEURAYLIB_ISHADER_GRAPH_H

Namespaces

namespace 
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. More...
namespace 
Namespace for the neuray API. More...