nw::demo::DebugUtility::InitializeAutoTest Member Function

Syntax

static void InitializeAutoTest(
     os::IAllocator * allocator,
     os::IAllocator * deviceAllocator,
     nw::demo::RenderSystem ** renderSystem,
     const u32 * correctHashDisplay0 = NULL,
     const u32 * correctHashDisplay1 = NULL,
     bool needCustomTest = false
);

Arguments

Name Description
in allocator Allocator used for initialization.
in deviceAllocator The device allocator used to connect Host IO.
renderSystem
correctHashDisplay0
correctHashDisplay1
needCustomTest

Return Values

None.

Description

Initializes the auto test.

Does nothing unless NW_AUTOTEST is defined.


CONFIDENTIAL