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

Method bytes

kernels/common/buffer.h:174–176  ·  view source on GitHub ↗

! returns the number of bytes of the buffer */

Source from the content-addressed store, hash-verified

172
173 /*! returns the number of bytes of the buffer */
174 __forceinline size_t bytes() const {
175 return numBytes;
176 }
177
178 /*! returns true of the buffer is not empty */
179 __forceinline operator bool() const {

Callers 4

allocMethod · 0.95
freeMethod · 0.95
createMethod · 0.45
bytesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected