FRHIAsyncComputeCommandListImmediate::ImmediateDispatch

If RHIThread is enabled this will dispatch all current commands to the RHI Thread.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHICommandList.h

Include

#include "RHICommandList.h"

Source

/Engine/Source/Runtime/RHI/Private/RHICommandList.cpp

Syntax

static void ImmediateDispatch
(
    FRHIAsyncComputeCommandListImmediate & RHIComputeCmdList
)

Remarks

If RHIThread is enabled this will dispatch all current commands to the RHI Thread. If RHI thread is disabled this will immediately execute the current commands. This also queues a GPU Submission command as the final command in the dispatch.

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