Navigation
API > API/Runtime > API/Runtime/Renderer
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/MeshPassProcessor.h |
| Include | #include "MeshPassProcessor.h" |
Syntax
struct FMeshDrawCommandDebugData
Remarks
Debug only data for being able to backtrack the origin of given FMeshDrawCommand.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int8 | LODIndex | ||
| const FMaterial * | Material | ||
| const FMaterialRenderProxy * | MaterialRenderProxy | ||
| TShaderRef< FShader > | PixelShader | ||
| const FPrimitiveSceneProxy * | PrimitiveSceneProxyIfNotUsingStateBuckets | ||
| FName | ResourceName | ||
| int32 | SegmentIndex | ||
| TShaderRef< FShader > | VertexShader | Sorted from larger to smaller to minimize padding |