| 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 |
no test coverage detected