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

Method isModified

kernels/common/buffer.h:339–341  ·  view source on GitHub ↗

! mark buffer as modified or unmodified */

Source from the content-addressed store, hash-verified

337
338 /*! mark buffer as modified or unmodified */
339 __forceinline bool isModified(unsigned int otherModCounter) const {
340 return modCounter > otherModCounter;
341 }
342
343 /*! mark buffer as modified or unmodified */
344 __forceinline bool isLocalModified() const {

Callers 15

topologyChangedMethod · 0.80
topologyChangedMethod · 0.80
rtcGetSceneBoundsFunction · 0.80
rtcGetSceneLinearBoundsFunction · 0.80
rtcCollideFunction · 0.80
rtcPointQueryFunction · 0.80
rtcPointQuery4Function · 0.80
rtcPointQuery8Function · 0.80
rtcPointQuery16Function · 0.80
rtcIntersect1Function · 0.80
rtcForwardIntersect1ExFunction · 0.80
rtcIntersect4Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected