FNullDynamicRHI::RHIBeginDrawingViewport

This method is queued with an RHIThread, otherwise it will flush after it is queued; without an RHI thread there is no benefit to queuing this frame advance commands.

Windows
MacOS
Linux

Override Hierarchy

IRHICommandContext::RHIBeginDrawingViewport()

FNullDynamicRHI::RHIBeginDrawingViewport()

References

Module

NullDrv

Header

/Engine/Source/Runtime/NullDrv/Public/NullRHI.h

Include

#include "NullRHI.h"

Syntax

virtual void RHIBeginDrawingViewport
(
    FRHIViewport * Viewport,
    FRHITexture * RenderTargetRHI
)

Remarks

This method is queued with an RHIThread, otherwise it will flush after it is queued; without an RHI thread there is no benefit to queuing this frame advance commands.

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