mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-01 12:46:01 +00:00
Fixup designator order (#1039)
This commit is contained in:
parent
23bf8bf5e7
commit
6da67645e9
|
@ -304,13 +304,13 @@ bool Instance::CreateDevice() {
|
||||||
.shaderDrawParameters = true,
|
.shaderDrawParameters = true,
|
||||||
},
|
},
|
||||||
vk::PhysicalDeviceVulkan12Features{
|
vk::PhysicalDeviceVulkan12Features{
|
||||||
|
.samplerMirrorClampToEdge = vk12_features.samplerMirrorClampToEdge,
|
||||||
.shaderFloat16 = vk12_features.shaderFloat16,
|
.shaderFloat16 = vk12_features.shaderFloat16,
|
||||||
.scalarBlockLayout = vk12_features.scalarBlockLayout,
|
.scalarBlockLayout = vk12_features.scalarBlockLayout,
|
||||||
.uniformBufferStandardLayout = vk12_features.uniformBufferStandardLayout,
|
.uniformBufferStandardLayout = vk12_features.uniformBufferStandardLayout,
|
||||||
.separateDepthStencilLayouts = vk12_features.separateDepthStencilLayouts,
|
.separateDepthStencilLayouts = vk12_features.separateDepthStencilLayouts,
|
||||||
.hostQueryReset = vk12_features.hostQueryReset,
|
.hostQueryReset = vk12_features.hostQueryReset,
|
||||||
.timelineSemaphore = vk12_features.timelineSemaphore,
|
.timelineSemaphore = vk12_features.timelineSemaphore,
|
||||||
.samplerMirrorClampToEdge = vk12_features.samplerMirrorClampToEdge,
|
|
||||||
},
|
},
|
||||||
vk::PhysicalDeviceMaintenance4FeaturesKHR{
|
vk::PhysicalDeviceMaintenance4FeaturesKHR{
|
||||||
.maintenance4 = true,
|
.maintenance4 = true,
|
||||||
|
|
Loading…
Reference in a new issue