nw::demo::Utility::LoadFile Member Function

Syntax

static ut::MoveArray< u8 > LoadFile(
     os::IAllocator * allocator,
     const wchar_t * filePath,
     u32 align = 32
);

Arguments

Name Description
in allocator Allocator.
in filePath The file path name.
in align Alignment.

Return Values

Returns buffer for loaded file.

Description

Loads files.


CONFIDENTIAL