|
|
| |
rtcReleaseBVH(3) |
Embree Ray Tracing Kernels 3 |
rtcReleaseBVH(3) |
-
rtcReleaseBVH - decrements the BVH reference count
-
#include <embree3/rtcore.h>
void rtcReleaseBVH(RTCBVH bvh);
BVH objects are reference counted. The rtcReleaseBVH function decrements the
reference count of the passed BVH object (bvh argument). When the reference
count falls to 0, the BVH gets destroyed.
On failure an error code is set that can be queried using rtcGetDeviceError.
[rtcNewBVH], [rtcRetainBVH]
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |