nw::gfx::CreatePriorDepthReverseDepthRenderKeyFactory Function

Syntax

RenderKeyFactory * CreatePriorDepthReverseDepthRenderKeyFactory(
     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, giving priority to depths.

See Also

nw::gfx::BasicRenderQueue::Reset


CONFIDENTIAL