Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ checkCommitted
Method
checkCommitted
core/device.cpp:247–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
void Device::checkCommitted()
248
{
249
if (dirty)
250
throw Exception(Error::InvalidOperation,
"changes to the device are not committed"
);
251
}
252
253
Engine* Device::getEngine(int i) const
254
{
Callers
12
oidnSyncDevice
Function · 0.80
OIDNBuffer oidnNewBuffer
Function · 0.80
OIDNBuffer oidnNewBufferWithStorage
Function · 0.80
OIDNBuffer oidnNewSharedBuffer
Function · 0.80
OIDNBuffer oidnNewSharedBufferFromFD
Function · 0.80
OIDNBuffer oidnNewSharedBufferFromWin32Handle
Function · 0.80
OIDNBuffer oidnNewSharedBufferFromMetal
Function · 0.80
OIDNSemaphore oidnNewSharedSemaphoreFromFD
Function · 0.80
OIDNSemaphore oidnNewSharedSemaphoreFromWin32Handle
Function · 0.80
oidnSignalSemaphoresAsync
Function · 0.80
oidnWaitSemaphoresAsync
Function · 0.80
OIDNFilter oidnNewFilter
Function · 0.80
Calls
1
Exception
Function · 0.85
Tested by
no test coverage detected