Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RHI/Public/RHIResources.h |
Include |
#include "RHIResources.h" |
Called from RHI thread to perform custom present.
true if native Present should be also be performed; false otherwise. If it returns true, then InOutSyncInterval could be modified to switch between VSync/NoVSync for the normal Present. Must match value previously returned by NeedsNormalPresent for this frame.
Parameter |
Description |
---|---|
InOutSyncInterval |
in out param, indicates if vsync is on (>0) or off (==0). |