rtcGetBufferData
- Provided by: libembree-dev (Version: 4.3.0+dfsg-2)
- Source: embree
- Report a bug
rtcGetBufferData - gets a pointer to the buffer data
#include <embree4/rtcore.h>
void* rtcGetBufferData(RTCBuffer buffer);
The rtcGetBufferData function returns a pointer to the buffer data of the specified buffer object (buffer argument).
On failure an error code is set that can be queried using rtcGetDeviceError.
[rtcNewBuffer]