mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-02 16:53:17 +00:00
vulkan: Fix dynamic vertex binding stride validation errors. (#1229)
This commit is contained in:
parent
49ceff71a2
commit
be411b37d4
2 changed files with 12 additions and 0 deletions
|
@ -366,6 +366,9 @@ bool Instance::CreateDevice() {
|
|||
vk::PhysicalDeviceColorWriteEnableFeaturesEXT{
|
||||
.colorWriteEnable = true,
|
||||
},
|
||||
vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT{
|
||||
.extendedDynamicState = true,
|
||||
},
|
||||
vk::PhysicalDeviceExtendedDynamicState3FeaturesEXT{
|
||||
.extendedDynamicState3ColorWriteMask = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue