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

Method setModified

kernels/common/buffer.h:332–336  ·  view source on GitHub ↗

! mark buffer as modified or unmodified */

Source from the content-addressed store, hash-verified

330
331 /*! mark buffer as modified or unmodified */
332 __forceinline void setModified() {
333 modCounter++;
334 modified = true;
335 if (buffer) buffer->setNeedsCommit();
336 }
337
338 /*! mark buffer as modified or unmodified */
339 __forceinline bool isModified(unsigned int otherModCounter) const {

Callers 11

updateBufferMethod · 0.80
updateBufferMethod · 0.80
setTessellationRateMethod · 0.80
updateMethod · 0.80
updateBufferMethod · 0.80
updateBufferMethod · 0.80
updateBufferMethod · 0.80
updateBufferMethod · 0.80
updateBufferMethod · 0.80
updateBufferMethod · 0.80
runMethod · 0.80

Calls 1

setNeedsCommitMethod · 0.80

Tested by

no test coverage detected