Skip to content

Commit

Permalink
layer: Remove reference of vkEnumerateInstanceLayerSettingsEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Aug 18, 2023
1 parent 6f7f75a commit 0e5dec1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 17 deletions.
1 change: 0 additions & 1 deletion layers/VkLayer_khronos_memory_decompression.def
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ vkGetInstanceProcAddr
vkGetDeviceProcAddr
vkEnumerateInstanceExtensionProperties
vkNegotiateLoaderLayerInterfaceVersion
vkEnumerateInstanceLayerSettingsEXT
1 change: 0 additions & 1 deletion layers/VkLayer_khronos_shader_object.def
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ LIBRARY VkLayer_khronos_shader_object
EXPORTS
vkGetInstanceProcAddr
vkGetDeviceProcAddr
vkEnumerateInstanceLayerSettingsEXT
9 changes: 4 additions & 5 deletions layers/VkLayer_khronos_synchronization2.def
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

;;;; Begin Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Copyright (c) 2015-2021, 2023 The Khronos Group Inc.
; Copyright (c) 2015-2021, 2023 Valve Corporation
; Copyright (c) 2015-2021, 2023 LunarG, Inc.
; Copyright (c) 2020 Intel Corporation
; Copyright (c) 2015-2023 The Khronos Group Inc.
; Copyright (c) 2015-2023 Valve Corporation
; Copyright (c) 2015-2023 LunarG, Inc.
; Copyright (c) 2020 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
Expand All @@ -27,4 +27,3 @@ EXPORTS
vkGetInstanceProcAddr
vkGetDeviceProcAddr
vkNegotiateLoaderLayerInterfaceVersion
vkEnumerateInstanceLayerSettingsEXT
9 changes: 4 additions & 5 deletions layers/VkLayer_khronos_timeline_semaphore.def
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

;;;; Begin Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Copyright (c) 2015-2019, 2021, 2023 The Khronos Group Inc.
; Copyright (c) 2015-2019, 2021, 2023 Valve Corporation
; Copyright (c) 2015-2019, 2021, 2023 LunarG, Inc.
; Copyright (c) 2020 Intel Corporation
; Copyright (c) 2015-2023 The Khronos Group Inc.
; Copyright (c) 2015-2023 Valve Corporation
; Copyright (c) 2015-2023 LunarG, Inc.
; Copyright (c) 2020 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
Expand All @@ -27,4 +27,3 @@ EXPORTS
vkGetInstanceProcAddr
vkGetDeviceProcAddr
vkEnumerateInstanceExtensionProperties
vkEnumerateInstanceLayerSettingsEXT
1 change: 0 additions & 1 deletion layers/libVkLayer_khronos_memory_decompression.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
vkEnumerateInstanceLayerProperties;
vkEnumerateDeviceExtensionProperties;
vkEnumerateDeviceLayerProperties;
vkEnumerateInstanceLayerSettingsEXT;
local:
*;
};
1 change: 0 additions & 1 deletion layers/libVkLayer_khronos_shader_object.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
vkEnumerateInstanceLayerProperties;
vkEnumerateDeviceExtensionProperties;
vkEnumerateDeviceLayerProperties;
vkEnumerateInstanceLayerSettingsEXT;
local:
*;
};
1 change: 0 additions & 1 deletion layers/libVkLayer_khronos_synchronization2.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
vkEnumerateInstanceLayerProperties;
vkEnumerateDeviceExtensionProperties;
vkEnumerateDeviceLayerProperties;
vkEnumerateInstanceLayerSettingsEXT;
local:
*;
};
1 change: 0 additions & 1 deletion layers/libVkLayer_khronos_timeline_semaphore.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
vkEnumerateInstanceLayerProperties;
vkEnumerateDeviceExtensionProperties;
vkEnumerateDeviceLayerProperties;
vkEnumerateInstanceLayerSettingsEXT;
local:
*;
};
2 changes: 1 addition & 1 deletion scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sub_dir": "Vulkan-Utility-Libraries",
"build_dir": "Vulkan-Utility-Libraries/build",
"install_dir": "Vulkan-Utility-Libraries/build/install",
"commit": "6999ef9b82191d4824cd105aba1f5f2433b4ccb6",
"commit": "9950e5ca4923bb67906d9e00a3fa064e7a2aaf60",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
Expand Down

0 comments on commit 0e5dec1

Please sign in to comment.