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. Initializes GL objects and resolves external references using the file given by argument.
Setup ( os::IAllocator * ) Performs initilization processing concluded within the file.

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

Initializes file contents. Initializes GL objects and resolves external references using the file given by argument.

Description of Setup ( os::IAllocator * )

Performs initilization processing concluded within the file.


CONFIDENTIAL