Skip to content

Commit 70c5e0e

Browse files
committed
Indentation
1 parent 72f90a4 commit 70c5e0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

attachments/30_multisampling.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ class HelloTriangleApplication
348348
});
349349

350350
auto features = device.template getFeatures2<vk::PhysicalDeviceFeatures2, vk::PhysicalDeviceVulkan13Features, vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>();
351-
bool supportsRequiredFeatures = features.template get<vk::PhysicalDeviceFeatures2>().features.samplerAnisotropy &&
352-
features.template get<vk::PhysicalDeviceVulkan13Features>().dynamicRendering &&
353-
features.template get<vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>().extendedDynamicState;
351+
bool supportsRequiredFeatures = features.template get<vk::PhysicalDeviceFeatures2>().features.samplerAnisotropy &&
352+
features.template get<vk::PhysicalDeviceVulkan13Features>().dynamicRendering &&
353+
features.template get<vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>().extendedDynamicState;
354354

355355
return supportsVulkan1_3 && supportsGraphics && supportsAllRequiredExtensions && supportsRequiredFeatures;
356356
});

0 commit comments

Comments
 (0)