MCPcopy 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 {

Calls 1

ExceptionFunction · 0.85

Tested by

no test coverage detected