diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/vulkan_common/vulkan_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 3d78efddc..153702c0b 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp | |||
| @@ -1038,7 +1038,7 @@ std::vector<const char*> Device::LoadExtensions(bool requires_surface) { | |||
| 1038 | } | 1038 | } |
| 1039 | if (has_ext_shader_atomic_int64) { | 1039 | if (has_ext_shader_atomic_int64) { |
| 1040 | VkPhysicalDeviceShaderAtomicInt64Features atomic_int64; | 1040 | VkPhysicalDeviceShaderAtomicInt64Features atomic_int64; |
| 1041 | atomic_int64.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_FEATURES_EXT; | 1041 | atomic_int64.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES; |
| 1042 | atomic_int64.pNext = nullptr; | 1042 | atomic_int64.pNext = nullptr; |
| 1043 | features.pNext = &atomic_int64; | 1043 | features.pNext = &atomic_int64; |
| 1044 | physical.GetFeatures2KHR(features); | 1044 | physical.GetFeatures2KHR(features); |