mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 17:36:40 +00:00
Misc
This commit is contained in:
parent
19db5a0ce2
commit
5f2d924bac
1 changed files with 3 additions and 0 deletions
|
@ -499,6 +499,9 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
|
||||
//Seems to be a error in Silk.Net bidings investigate further later
|
||||
supportedFeaturesExtExtendedDynamicState3.ExtendedDynamicState3DepthClampEnable = false;
|
||||
supportedFeaturesExtExtendedDynamicState3.ExtendedDynamicState3LogicOpEnable = false;
|
||||
supportedFeaturesExtExtendedDynamicState3.ExtendedDynamicState3AlphaToCoverageEnable = false;
|
||||
|
||||
|
||||
extendedDynamicState3Features = supportedFeaturesExtExtendedDynamicState3;
|
||||
|
||||
|
|
Loading…
Reference in a new issue