Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FMeshDrawCommand
Description
Submits the state and shader bindings to the RHI command list, but does not invoke the draw indirect. If function returns false, then draw will be skipped because PSO used by the draw command is not compiled yet (still precaching)
| Name | SubmitDrawIndirectBegin |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/MeshPassProcessor.h |
| Include Path | #include "MeshPassProcessor.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/MeshPassProcessor.cpp |
static bool SubmitDrawIndirectBegin
(
const FMeshDrawCommand &__restrict MeshDrawCommand,
const FGraphicsMinimalPipelineStateSet & GraphicsMinimalPipelineStateSet,
const FMeshDrawCommandSceneArgs & SceneArgs,
uint32 InstanceFactor,
FRHICommandList & RHICmdList,
FMeshDrawCommandStateCache &__restrict StateCache,
bool bAllowSkipDrawCommand
)