mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:18:58 -06:00 
			
		
		
		
	Remove Vulkan SubgroupSizeControl enablement code (#6317)
This commit is contained in:
		@@ -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") &&
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user