nw::demo::DebugUtility::InitializeAutoTest Member Function
static void InitializeAutoTest(
os::IAllocator * allocator,
os::IAllocator * deviceAllocator,
nw::demo::RenderSystem ** renderSystem,
const u32 * correctHashDisplay0 = NULL,
const u32 * correctHashDisplay1 = NULL,
bool needCustomTest = false
);
| Name | Description | |
|---|---|---|
| in | allocator | Allocator used for initialization. |
| in | deviceAllocator |
The device allocator used to connect Host IO. |
| renderSystem | ||
| correctHashDisplay0 | ||
| correctHashDisplay1 | ||
| needCustomTest |
Initializes the auto test.
Does nothing unless NW_AUTOTEST is defined.
CONFIDENTIAL