Fixup designator order (#1039)

This commit is contained in:
Paris Oplopoios 2024-09-24 17:18:35 +03:00 committed by GitHub
parent 90c04d8447
commit a7672f660e

View file

@ -304,13 +304,13 @@ bool Instance::CreateDevice() {
.shaderDrawParameters = true,
},
vk::PhysicalDeviceVulkan12Features{
.samplerMirrorClampToEdge = vk12_features.samplerMirrorClampToEdge,
.shaderFloat16 = vk12_features.shaderFloat16,
.scalarBlockLayout = vk12_features.scalarBlockLayout,
.uniformBufferStandardLayout = vk12_features.uniformBufferStandardLayout,
.separateDepthStencilLayouts = vk12_features.separateDepthStencilLayouts,
.hostQueryReset = vk12_features.hostQueryReset,
.timelineSemaphore = vk12_features.timelineSemaphore,
.samplerMirrorClampToEdge = vk12_features.samplerMirrorClampToEdge,
},
vk::PhysicalDeviceMaintenance4FeaturesKHR{
.maintenance4 = true,