mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 13:07:41 -07:00
Exclude Patch Control Points dynamic state at this time
This commit is contained in:
parent
482b960740
commit
53ca3b53b6
@ -462,6 +462,9 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
|
||||
pExtendedFeatures = &featuresExtendedDynamicState;
|
||||
|
||||
//Temporarily disable this can be added back at a later date, make it easy to re-enable.
|
||||
supportedFeaturesExtExtendedDynamicState2.ExtendedDynamicState2PatchControlPoints = false;
|
||||
|
||||
if (physicalDevice.IsDeviceExtensionPresent(ExtExtendedDynamicState2.ExtensionName))
|
||||
{
|
||||
var featuresExtendedDynamicState2 = new PhysicalDeviceExtendedDynamicState2FeaturesEXT()
|
||||
|
Loading…
Reference in New Issue
Block a user