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

Method cleanup

tutorials/verify/verify.cpp:5914–5920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5912 }
5913
5914 virtual void cleanup(VerifyApplication* state)
5915 {
5916 AssertNoError(device);
5917 scene = nullptr;
5918 device = nullptr;
5919 ParallelIntersectBenchmark::cleanup(state);
5920 }
5921 };
5922
5923 struct IncoherentRaysBenchmark : public ParallelIntersectBenchmark

Callers 1

VerifyApplicationMethod · 0.45

Calls 1

AssertNoErrorFunction · 0.85

Tested by

no test coverage detected