Man page - rtcreleasebuffer(3)

Packages contains this manual

Manual

rtcReleaseBuffer

NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
SEE ALSO

NAME

rtcReleaseBuffer - decrements the buffer reference count

SYNOPSIS

#include <embree4/rtcore.h>

void rtcReleaseBuffer(RTCBuffer buffer);

DESCRIPTION

Buffer objects are reference counted. The rtcReleaseBuffer function decrements the reference count of the passed buffer object ( buffer argument). When the reference count falls to 0, the buffer gets destroyed.

EXIT STATUS

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

SEE ALSO

[rtcNewBuffer], [rtcRetainBuffer]