Skip to content

Commit

Permalink
build: Update Known_good to 1.4.304
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg committed Dec 21, 2024
1 parent 70c6ba3 commit 73995dd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion layersvt/generated/api_dump_html.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6872,7 +6872,7 @@ void dump_html_VkDriverId(VkDriverId object, const ApiDumpSettings& settings, in
settings.stream() << "VK_DRIVER_ID_MESA_HONEYKRISP (";
break;
case 27:
settings.stream() << "VK_DRIVER_ID_RESERVED_27 (";
settings.stream() << "VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN (";
break;
default:
settings.stream() << "UNKNOWN (";
Expand Down
2 changes: 1 addition & 1 deletion layersvt/generated/api_dump_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6395,7 +6395,7 @@ void dump_json_VkDriverId(VkDriverId object, const ApiDumpSettings& settings, in
settings.stream() << "\"VK_DRIVER_ID_MESA_HONEYKRISP\"";
break;
case 27:
settings.stream() << "\"VK_DRIVER_ID_RESERVED_27\"";
settings.stream() << "\"VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN\"";
break;
default:
settings.stream() << "\"UNKNOWN (" << object << ")\"";
Expand Down
2 changes: 1 addition & 1 deletion layersvt/generated/api_dump_text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6725,7 +6725,7 @@ void dump_text_VkDriverId(VkDriverId object, const ApiDumpSettings& settings, in
settings.stream() << "VK_DRIVER_ID_MESA_HONEYKRISP (";
break;
case 27:
settings.stream() << "VK_DRIVER_ID_RESERVED_27 (";
settings.stream() << "VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN (";
break;
default:
settings.stream() << "UNKNOWN (";
Expand Down
2 changes: 1 addition & 1 deletion layersvt/json/VkLayer_api_dump.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_api_dump",
"type": "GLOBAL",
"library_path": "@JSON_LIBRARY_PATH@",
"api_version": "1.4.303",
"api_version": "1.4.304",
"implementation_version": "2",
"description": "LunarG API dump layer",
"introduction": "The API Dump utility layer prints API calls, parameters, and values to the identified output stream.",
Expand Down
8 changes: 4 additions & 4 deletions scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sub_dir": "Vulkan-Headers",
"build_dir": "Vulkan-Headers/build",
"install_dir": "Vulkan-Headers/build/install",
"commit": "v1.4.303",
"commit": "v1.4.304",
"cmake_options": [
"-DVULKAN_HEADERS_ENABLE_MODULE=OFF"
]
Expand All @@ -17,7 +17,7 @@
"sub_dir": "Vulkan-Utility-Libraries",
"build_dir": "Vulkan-Utility-Libraries/build",
"install_dir": "Vulkan-Utility-Libraries/build/install",
"commit": "v1.4.303",
"commit": "v1.4.304",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
Expand All @@ -31,7 +31,7 @@
"sub_dir": "Vulkan-Loader",
"build_dir": "Vulkan-Loader/build",
"install_dir": "Vulkan-Loader/build/install",
"commit": "v1.4.303",
"commit": "v1.4.304",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
Expand Down Expand Up @@ -75,7 +75,7 @@
"sub_dir": "Vulkan-Tools",
"build_dir": "Vulkan-Tools/build",
"install_dir": "Vulkan-Tools/build/install",
"commit": "v1.4.303",
"commit": "v1.4.304",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
Expand Down

0 comments on commit 73995dd

Please sign in to comment.