FRHICustomPresent::NeedsAdvanceBackbuffer

In come cases we want to use custom present but still let the native environment handle advancement of the backbuffer indices.

Choose your operating system:

Windows

macOS

Linux

References

Module

RHI

Header

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

Include

#include "RHIResources.h"

Syntax

virtual bool NeedsAdvanceBackbuffer()

Remarks

In come cases we want to use custom present but still let the native environment handle advancement of the backbuffer indices.

Returns

true if backbuffer index should advance independently from CustomPresent.