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

Method run

tutorials/verify/verify.cpp:692–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 : VerifyApplication::Test(name,0,VerifyApplication::TEST_SHOULD_PASS) {}
691
692 VerifyApplication::TestReturnValue run(VerifyApplication* state, bool silent)
693 {
694 RTCDevice device = rtcNewDevice("verbose=1");
695 errorHandler(nullptr,rtcGetDeviceError(device));
696 rtcReleaseDevice(device);
697 return VerifyApplication::PASSED;
698 }
699 };
700
701 struct EmbreeInternalTest : public VerifyApplication::Test

Callers

nothing calls this directly

Calls 4

rtcNewDeviceFunction · 0.85
errorHandlerFunction · 0.85
rtcGetDeviceErrorFunction · 0.85
rtcReleaseDeviceFunction · 0.85

Tested by

no test coverage detected