mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 08:46:39 +00:00
Exclude Patch Control Points dynamic state at this time
This commit is contained in:
parent
482b960740
commit
53ca3b53b6
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue