nw::demo::GraphicsDrawing::InitializeShape Member Function

Syntax

bool InitializeShape(
     os::IAllocator * allocator,
     const wchar_t * shaderPath
);

Arguments

Name Description
in allocator Allocator.
in shaderPath File path for shader binary.

Return Values

Returns true if initialized successfully and false otherwise.

Description

Performs initialization for shape rendering.


CONFIDENTIAL