nw::gfx::res::ResGraphicsFile::Setup Member Function

Syntax

Result Setup(
     os::IAllocator * allocator,
     ResGraphicsFile graphicsFile
);

Result Setup(
     os::IAllocator * allocator
);

List of Overloaded Member Functions

Setup ( os::IAllocator *, ResGraphicsFile ) Initializes file contents. Generates commands and resolves external references using the file given by argument.
Setup(os::IAllocator *) Initializes the caller's own file.

Description of Setup(os::IAllocator *, ResGraphicsFile)

Initializes file contents. Generates commands and resolves external references using the file given by argument.

Description of Setup(os::IAllocator *)

Initializes the caller's own file.


CONFIDENTIAL