MCPcopy Create free account
hub / github.com/RenderKit/embree / data

Method data

kernels/common/buffer.h:124–132  ·  view source on GitHub ↗

! gets buffer pointer */

Source from the content-addressed store, hash-verified

122
123 /*! gets buffer pointer */
124 void* data()
125 {
126 /* report error if buffer is not existing */
127 if (!device)
128 throw_RTCError(RTC_ERROR_INVALID_ARGUMENT, "invalid buffer specified");
129
130 /* return buffer */
131 return ptr;
132 }
133
134 /*! gets buffer pointer */
135 void* dataDevice()

Callers 15

getHWAccelMethod · 0.45
rthwifBuildFunction · 0.45
commitMethod · 0.45
createLeafMBMethod · 0.45
createLeafMBMethod · 0.45
createLeafMBMethod · 0.45
deterministic_orderMethod · 0.45
splitByGeometryMethod · 0.45
createLargeLeafMethod · 0.45
recurseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected