Skip to content

Commit

Permalink
tests: Fix enabling features
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Mar 17, 2024
1 parent 4746202 commit e9bfd52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/extension_layer_tests.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2015-2022 The Khronos Group Inc.
* Copyright (c) 2015-2023 Valve Corporation
* Copyright (c) 2015-2023 LunarG, Inc.
* Copyright (c) 2015-2024 Valve Corporation
* Copyright (c) 2015-2024 LunarG, Inc.
* Copyright (c) 2015-2022 Google, Inc.
* Copyright (c) 2015-2023 Nvidia Corporation.
*
Expand Down Expand Up @@ -261,6 +261,8 @@ bool VkExtensionLayerTest::CheckShaderObjectSupportAndInitState() {
}

vkGetPhysicalDeviceFeatures2(gpu(), &features2);
mesh_shader_features.multiviewMeshShader = VK_FALSE;
mesh_shader_features.primitiveFragmentShadingRateMeshShader = VK_FALSE;
if (!shader_object_features.shaderObject || !dynamic_rendering_features.dynamicRendering) {
return false;
}
Expand Down

0 comments on commit e9bfd52

Please sign in to comment.