1rtcGetSceneDevice(3)     Embree Ray Tracing Kernels 3     rtcGetSceneDevice(3)
2
3
4
5   NAME
6              rtcGetSceneDevice - returns the device the scene got created in
7
8   SYNOPSIS
9              #include <embree3/rtcore.h>
10
11              RTCDevice rtcGetSceneDevice(RTCScene scene);
12
13   DESCRIPTION
14       This  function returns the device object the scene got created in.  The
15       returned handle own one additional reference to the device object, thus
16       you should need to call rtcReleaseDevice when the returned handle is no
17       longer required.
18
19   EXIT STATUS
20       On failure an error code is set that can  be  queried  using  rtcGetDe‐
21       viceError.
22
23   SEE ALSO
24       [rtcReleaseDevice]
25
26
27
28                                                          rtcGetSceneDevice(3)
Impressum