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

Method run

tutorials/verify/verify.cpp:706–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704 : VerifyApplication::Test(name,0,VerifyApplication::TEST_SHOULD_PASS), testID(testID) {}
705
706 VerifyApplication::TestReturnValue run(VerifyApplication* state, bool silent)
707 {
708 RTCDeviceRef device = rtcNewDevice(state->rtcore.c_str());
709 AssertNoError(device);
710 return (VerifyApplication::TestReturnValue)rtcGetDeviceProperty(device,(RTCDeviceProperty)(3000000+testID));
711 }
712
713 size_t testID;
714 };

Callers

nothing calls this directly

Calls 4

rtcNewDeviceFunction · 0.85
AssertNoErrorFunction · 0.85
rtcGetDevicePropertyFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected