rtcGetBufferData.3embree3 561 B

12345678910111213141516171819202122232425262728
  1. .TH "rtcGetBufferData" "3" "" "" "Embree Ray Tracing Kernels 3"
  2. .SS NAME
  3. .IP
  4. .nf
  5. \f[C]
  6. rtcGetBufferData\ \-\ gets\ a\ pointer\ to\ the\ buffer\ data
  7. \f[]
  8. .fi
  9. .SS SYNOPSIS
  10. .IP
  11. .nf
  12. \f[C]
  13. #include\ <embree3/rtcore.h>
  14. void*\ rtcGetBufferData(RTCBuffer\ buffer);
  15. \f[]
  16. .fi
  17. .SS DESCRIPTION
  18. .PP
  19. The \f[C]rtcGetBufferData\f[] function returns a pointer to the buffer
  20. data of the specified buffer object (\f[C]buffer\f[] argument).
  21. .SS EXIT STATUS
  22. .PP
  23. On failure an error code is set that can be queried using
  24. \f[C]rtcGetDeviceError\f[].
  25. .SS SEE ALSO
  26. .PP
  27. [rtcNewBuffer]