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

Method clearLocalModified

kernels/common/buffer.h:349–351  ·  view source on GitHub ↗

! clear local modified flag */

Source from the content-addressed store, hash-verified

347
348 /*! clear local modified flag */
349 __forceinline void clearLocalModified() {
350 modified = false;
351 }
352
353 /*! returns true of the buffer is not empty */
354 __forceinline operator bool() const {

Callers 2

commitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected