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

Method commitIfNeeded

kernels/common/buffer.h:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 __forceinline void commitIfNeeded() {
220 if (needsCommit()) {
221 commit();
222 }
223 }
224
225 public:
226 Device* device; //!< device to report memory usage to

Callers 6

commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected