Ocean
|
Namespace of the Rendering Test library. More...
Functions | |
OCEAN_TEST_RENDERING_EXPORT bool | testRendering (const double testDuration, Worker &worker) |
Tests the entire rendering library. More... | |
Namespace of the Rendering Test library.
The Namespace Ocean::Test::TestRendering is used in the entire Ocean Rendering Test Library.
OCEAN_TEST_RENDERING_EXPORT bool Ocean::Test::TestRendering::testRendering | ( | const double | testDuration, |
Worker & | worker | ||
) |
Tests the entire rendering library.
testDuration | Number of seconds for each test |
worker | The worker object to distribute some computation on as many CPU cores as defined in the worker object. |