FOpenGLDynamicRHI::RHIEndScene

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::RHIEndScene()

FOpenGLDynamicRHI::RHIEndScene()

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h

Include

#include "OpenGLDrv.h"

Source

/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDevice.cpp

Syntax

virtual void RHIEndScene()

Remarks

Signals the end of scene rendering. See RHIBeginScene.

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