mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
vk_instance: Remove unused dynamic state 2 features struct (#1791)
This commit is contained in:
parent
e9ede8d627
commit
8b88344679
1 changed files with 0 additions and 1 deletions
|
@ -379,7 +379,6 @@ bool Instance::CreateDevice() {
|
|||
vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT{
|
||||
.extendedDynamicState = true,
|
||||
},
|
||||
vk::PhysicalDeviceExtendedDynamicState2FeaturesEXT{},
|
||||
vk::PhysicalDeviceExtendedDynamicState3FeaturesEXT{
|
||||
.extendedDynamicState3ColorWriteMask = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue