You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
VulkanRHI: Add VULKAN_SM6. Move features and requirements around to match what was done on d3d.
#rb arciel.rekman, carl.lloyd #preflight 643996128901e5ef982dc887 [CL 25045731 by jeannoe morissette in ue5-main branch]
This commit is contained in:
@@ -263,9 +263,11 @@ public:
|
||||
if (!TProperties::IsServerOnly())
|
||||
{
|
||||
static FName NAME_VULKAN_SM5(TEXT("SF_VULKAN_SM5"));
|
||||
static FName NAME_VULKAN_SM6(TEXT("SF_VULKAN_SM6"));
|
||||
static FName NAME_VULKAN_ES31(TEXT("SF_VULKAN_ES31"));
|
||||
|
||||
OutFormats.AddUnique(NAME_VULKAN_SM5);
|
||||
OutFormats.AddUnique(NAME_VULKAN_SM6);
|
||||
OutFormats.AddUnique(NAME_VULKAN_ES31);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user