neuray API Programmer's Manual

iready_callback.h File Reference

Description

Callback interface for notifications when rendering finished.

Code Example

iready_callback.h

‎/***************************************************************************************************
 * Copyright 2023 NVIDIA Corporation. All rights reserved.
 **************************************************************************************************/

#ifndef MI_NEURAYLIB_IREADY_CALLBACK_H
#define MI_NEURAYLIB_IREADY_CALLBACK_H

#include <mi/base/interface_declare.h>

namespace mi {

namespace neuraylib {













class IReady_callback : public
    mi::base::Interface_declare<0x5c4ecccf,0x2dcc,0x439b,0x88,0xf2,0x4d,0x14,0xa5,0xc8,0xb6,0x4b>
{
public:
    virtual void ready( Sint32 result) = 0;
};
 // end group mi_neuray_rendering

} // namespace neuraylib

} // namespace mi

#endif // MI_NEURAYLIB_IREADY_CALLBACK_H

Namespaces

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

Classes

class 
Abstract interface to report completion of an asynchronous operation back to the caller. More...