|
|
@@ -486,20 +486,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|
|
pExtendedFeatures = &featuresFragmentShaderInterlock;
|
|
|
}
|
|
|
|
|
|
- PhysicalDeviceSubgroupSizeControlFeaturesEXT featuresSubgroupSizeControl;
|
|
|
-
|
|
|
- if (physicalDevice.IsDeviceExtensionPresent("VK_EXT_subgroup_size_control"))
|
|
|
- {
|
|
|
- featuresSubgroupSizeControl = new PhysicalDeviceSubgroupSizeControlFeaturesEXT
|
|
|
- {
|
|
|
- SType = StructureType.PhysicalDeviceSubgroupSizeControlFeaturesExt,
|
|
|
- PNext = pExtendedFeatures,
|
|
|
- SubgroupSizeControl = true,
|
|
|
- };
|
|
|
-
|
|
|
- pExtendedFeatures = &featuresSubgroupSizeControl;
|
|
|
- }
|
|
|
-
|
|
|
PhysicalDeviceCustomBorderColorFeaturesEXT featuresCustomBorderColor;
|
|
|
|
|
|
if (physicalDevice.IsDeviceExtensionPresent("VK_EXT_custom_border_color") &&
|