1rtcReleaseBVH(3) Embree Ray Tracing Kernels 3 rtcReleaseBVH(3)
2
3
4
5 NAME
6 rtcReleaseBVH - decrements the BVH reference count
7
8 SYNOPSIS
9 #include <embree3/rtcore.h>
10
11 void rtcReleaseBVH(RTCBVH bvh);
12
13 DESCRIPTION
14 BVH objects are reference counted. The rtcReleaseBVH function decre‐
15 ments the reference count of the passed BVH object (bvh argument).
16 When the reference count falls to 0, the BVH gets destroyed.
17
18 EXIT STATUS
19 On failure an error code is set that can be queried using rtcGetDe‐
20 viceError.
21
22 SEE ALSO
23 [rtcNewBVH], [rtcRetainBVH]
24
25
26
27 rtcReleaseBVH(3)