nw::gfx::CreateTopPriorDepthReverseDepthRenderKeyFactory Function

Syntax

RenderKeyFactory * CreateTopPriorDepthReverseDepthRenderKeyFactory(
     os::IAllocator * allocator
);

Arguments

Name Description
in allocator Allocator.

Return Values

Returns the created factory.

Description

Creates a factory that creates render keys that are rendered starting from the background, with highest priority given to depth.

See Also

nw::gfx::BasicRenderQueue::Reset


CONFIDENTIAL