Skip to content

Commit

Permalink
Move the LDP_DRIVER_6 message to a warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkY-LunarG committed Jan 11, 2022
1 parent a72d5bc commit 1fb5697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ static VkResult loader_scanned_icd_add(const struct loader_instance *inst, struc
(loader_platform_get_proc_address(handle, "vkCreateInstance") != NULL) ||
(loader_platform_get_proc_address(handle, "vkGetDeviceProcAddr") != NULL) ||
(loader_platform_get_proc_address(handle, "vkCreateDevice") != NULL)) {
loader_log(inst, VULKAN_LOADER_ERROR_BIT, 0,
loader_log(inst, VULKAN_LOADER_WARN_BIT, 0,
"loader_scanned_icd_add: Driver %s says it supports interface version %u but still exports core "
"entrypoints (Policy #LDP_DRIVER_6)",
filename, interface_vers);
Expand Down

0 comments on commit 1fb5697

Please sign in to comment.