Man page - rtcretaingeometry(3)

Packages contains this manual

Manual

rtcRetainGeometry

NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
SEE ALSO

NAME

rtcRetainGeometry - increments the geometry reference count

SYNOPSIS

#include <embree4/rtcore.h>

void rtcRetainGeometry(RTCGeometry geometry);

DESCRIPTION

Geometry objects are reference counted. The rtcRetainGeometry function increments the reference count of the passed geometry object ( geometry argument). This function together with rtcReleaseGeometry allows to use the internal reference counting in a C++ wrapper class to handle the ownership of the object.

EXIT STATUS

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

SEE ALSO

[rtcNewGeometry], [rtcReleaseGeometry]