nw::gfx::BasicRenderQueue::BasicEnqueueModelFunctor Structure

Syntax

template <typename ModelType, typename CalculateDepth, typename IsCalculating>
struct BasicEnqueueModelFunctor
{
   CalculateDepth calculateDepth;
   BasicRenderQueue * renderQueue;
   u8 layerId;
};

Description

Functor for adding models to the render queue.

Member Constants

camera const Camera &

Member Variables

calculateDepth CalculateDepth
renderQueue BasicRenderQueue *
layerId u8

Member Functions

BasicEnqueueModelFunctor
operator()

CONFIDENTIAL