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