Man page - rtcgetbufferdata(3)
Packages contains this manual
Manual
rtcGetBufferData
NAMESYNOPSIS
DESCRIPTION
EXIT STATUS
SEE ALSO
NAME
rtcGetBufferData - gets a pointer to the buffer data
SYNOPSIS
#include <embree4/rtcore.h> void* rtcGetBufferData(RTCBuffer buffer);
DESCRIPTION
The rtcGetBufferData function returns a pointer to the buffer data of the specified buffer object ( buffer argument).
EXIT STATUS
On failure an error code is set that can be queried using rtcGetDeviceError .
SEE ALSO
[rtcNewBuffer]