Skip to content

Commit 72f90a4

Browse files
committed
Revert change
1 parent 739bafa commit 72f90a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

attachments/30_multisampling.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ class HelloTriangleApplication
350350
auto features = device.template getFeatures2<vk::PhysicalDeviceFeatures2, vk::PhysicalDeviceVulkan13Features, vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>();
351351
bool supportsRequiredFeatures = features.template get<vk::PhysicalDeviceFeatures2>().features.samplerAnisotropy &&
352352
features.template get<vk::PhysicalDeviceVulkan13Features>().dynamicRendering &&
353-
features.template get<vk::PhysicalDeviceVulkan13Features>().synchronization2 &&
354353
features.template get<vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>().extendedDynamicState;
355354

356355
return supportsVulkan1_3 && supportsGraphics && supportsAllRequiredExtensions && supportsRequiredFeatures;

0 commit comments

Comments
 (0)