You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (containsInstanceLayerName(layers, "VK_LAYER_KHRONOS_synchronization2")) enabledValidationFeatures.push_back(VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT);
161
+
162
+
// set up the VkValidationFeaturesEXT if required
158
163
VkValidationFeaturesEXT validationFeatures{};
159
-
if (containsInstanceLayerName(layers, "VK_LAYER_KHRONOS_synchronization2"))
164
+
if (!enabledValidationFeatures.empty() || !disabledValidationFeatures.empty())
0 commit comments