Man page - rtcreleasebvh(3)

Packages contains this manual

Manual

rtcReleaseBVH

NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
SEE ALSO

NAME

rtcReleaseBVH - decrements the BVH reference count

SYNOPSIS

#include <embree4/rtcore.h>

void rtcReleaseBVH(RTCBVH bvh);

DESCRIPTION

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.

EXIT STATUS

On failure an error code is set that can be queried using rtcGetDeviceError .

SEE ALSO

[rtcNewBVH], [rtcRetainBVH]