nw::demo::RenderSystem::Create Member Function

Syntax

static RenderSystem * Create(
     os::IAllocator * allocator,
     const Description & description
);

Arguments

Name Description
in allocator Allocator.
in description Settings for the render system to create.

Return Values

Returns the render system that was created.

Description

Creates drawing-related classes.


CONFIDENTIAL