FMeshPassDrawListContext

Interface for the different types of draw lists.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Renderer

Header

/Engine/Source/Runtime/Renderer/Public/MeshPassProcessor.h

Include

#include "MeshPassProcessor.h"

Syntax

class FMeshPassDrawListContext

Remarks

Interface for the different types of draw lists.

Destructors

Name Description

Public function Virtual

~FMeshPassDrawListContext()

Functions

Name Description

Public function

FMeshDrawCom...

 

AddCommand

(
    FMeshDrawCommand& Initializer,
    uint32 NumElements
)

Public function

void

 

FinalizeCommand

(
    const FMeshBatch& MeshBatch,
    int32 BatchElementIndex,
    int32 DrawPrimitiveId,
    int32 ScenePrimitiveId,
    ERasterizerFillMode MeshFillMode,
    ERasterizerCullMode MeshCullMode,
    FMeshDrawCommandSortKey SortKey,
    const FGraphicsMinimalPipelineState...,
    const FMeshProcessorShaders* S...,
    FMeshDrawCommand& MeshDrawCommand
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss