![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "VulkanSwapChain.h"#include "VulkanCommandWrappers.h"#include "VulkanDevice.h"#include "VulkanPlatform.h"#include "VulkanRHIPrivate.h"#include "VulkanSubmission.h"#include "Engine/RendererSettings.h"#include "HAL/PlatformFramePacer.h"#include "IHeadMountedDisplayModule.h"#include "IHeadMountedDisplayVulkanExtensions.h"#include "Misc/CommandLine.h"#include "RHIUtilities.h"Classes | |
| class | FVulkanCommandsHelper |
Macros | |
| #define | VERIFYVULKANSURFACERESULT(VkFunction) |
Functions | |
| VkResult | SimulateErrors (VkResult Result) |
| bool | IsVulkanPreTransformEnabled (const FStaticShaderPlatform Platform) |
| #define VERIFYVULKANSURFACERESULT | ( | VkFunction | ) |
| bool IsVulkanPreTransformEnabled | ( | const FStaticShaderPlatform | Platform | ) |
|
extern |
| int32 GPrintVulkanVsyncDebug = 0 |
| int32 GShouldCpuWaitForFence = 1 |
| int32 GVulkanCPURenderThreadFramePacer = 1 |
| int32 GVulkanCPURHIFramePacer = 1 |
| int32 GVulkanForcePacingWithoutVSync = 0 |
| int32 GVulkanKeepSwapChain = 1 |
| int32 GVulkanSwapChainIgnoreExtraImages = 0 |