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:
jeannoe morissette
2023-04-14 14:26:06 -04:00
parent a153b6cdc7
commit 75364b7008
17 changed files with 171 additions and 17 deletions
@@ -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);
}
}