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

Method isLocalModified

kernels/common/buffer.h:344–346  ·  view source on GitHub ↗

! mark buffer as modified or unmodified */

Source from the content-addressed store, hash-verified

342
343 /*! mark buffer as modified or unmodified */
344 __forceinline bool isLocalModified() const {
345 return modified;
346 }
347
348 /*! clear local modified flag */
349 __forceinline void clearLocalModified() {

Callers 3

updateHalfEdgesMethod · 0.80
commitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected