Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ setNeedsCommit
Method
setNeedsCommit
kernels/common/buffer.h:213–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
__forceinline void setNeedsCommit(bool isModified = true) {
214
#if defined(EMBREE_SYCL_SUPPORT)
215
modified = isModified;
216
#endif
217
}
218
219
__forceinline void commitIfNeeded() {
220
if (needsCommit()) {
Callers
1
setModified
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected