UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VulkanLayers.cpp File Reference

Classes

struct  FLayerWithExtensions
 
class  FVulkanIntanceSetupHelper
 
class  FVulkanDeviceSetupHelper
 

Macros

#define VERIFYVULKANRESULT_INIT(VkFunction)
 

Macro Definition Documentation

◆ VERIFYVULKANRESULT_INIT

#define VERIFYVULKANRESULT_INIT (   VkFunction)
Value:
TEXT("%s failed\n at %s:%u\nThis typically means Vulkan is not properly set up in your system; try running vulkaninfo from the Vulkan SDK."), \
else if (ScopedResult < VK_SUCCESS) { \
VulkanRHI::VerifyVulkanResult(ScopedResult, #VkFunction, __FILE__, __LINE__); }}
#define TEXT(x)
Definition Platform.h:1272
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define ANSI_TO_TCHAR(str)
Definition StringConv.h:1020