Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FSimpleMeshDrawCommandPass > API/Runtime/Renderer/FSimpleMeshDrawCommandPass/BuildRenderingCommands
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/SimpleMeshDrawCommandPass.h |
| Include | #include "SimpleMeshDrawCommandPass.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/SimpleMeshDrawCommandPass.cpp |
void BuildRenderingCommands
&40;
FRDGBuilder & GraphBuilder,
const FSceneView & View,
const FScene & Scene,
FInstanceCullingDrawParams & OutInstanceCullingDrawParams
&41;
Remarks
Run post-instance culling job to create the render commands and instance ID lists and optionally vertex instance data. Needs to happen after DispatchPassSetup and before DispatchDraw, but not before global instance culling has been done.