mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 15:26:40 +00:00
Reverted previous commit as it caused mass seizures, disable for now.
This commit is contained in:
parent
0f2ed45f96
commit
5bf0937be1
1 changed files with 2 additions and 1 deletions
|
@ -497,10 +497,11 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
pExtendedFeatures = &featuresExtendedDynamicState3;
|
||||
}
|
||||
|
||||
//Seems to be a error in Silk.Net bidings investigate further later
|
||||
//Need To Enable the extension, once this is fixed
|
||||
supportedFeaturesExtExtendedDynamicState3.ExtendedDynamicState3DepthClampEnable = false;
|
||||
supportedFeaturesExtExtendedDynamicState3.ExtendedDynamicState3LogicOpEnable = false;
|
||||
supportedFeaturesExtExtendedDynamicState3.ExtendedDynamicState3AlphaToCoverageEnable = false;
|
||||
supportedFeaturesExtExtendedDynamicState3.ExtendedDynamicState3LogicOpEnable = false;
|
||||
|
||||
|
||||
extendedDynamicState3Features = supportedFeaturesExtExtendedDynamicState3;
|
||||
|
|
Loading…
Reference in a new issue