mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-19 17:13:36 -04:00
Fix the spelling of Manfiest in docs and loader
This commit is contained in:
committed by
Charles Giessen
parent
7ded7ad2b3
commit
c8eda49139
@@ -643,12 +643,12 @@ LAYER: ||
|
||||
LAYER: VK_LAYER_MESA_device_select
|
||||
LAYER: Type: Implicit
|
||||
LAYER: Disable Env Var: NODEVICE_SELECT
|
||||
LAYER: Manifset: /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
|
||||
LAYER: Manifest: /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
|
||||
LAYER: Library: libVkLayer_MESA_device_select.so
|
||||
LAYER: ||
|
||||
LAYER: VK_LAYER_KHRONOS_validation
|
||||
LAYER: Type: Explicit
|
||||
LAYER: Manifset: /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json
|
||||
LAYER: Manifest: /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json
|
||||
LAYER: Library: libVkLayer_khronos_validation.so
|
||||
LAYER: ||
|
||||
LAYER: <Drivers>
|
||||
|
||||
+2
-2
@@ -4934,7 +4934,7 @@ VkResult loader_create_instance_chain(const VkInstanceCreateInfo *pCreateInfo, c
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Disable Env Var: %s",
|
||||
activated_layers[index].disable_env);
|
||||
}
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Manifset: %s", activated_layers[index].manifest);
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Manifest: %s", activated_layers[index].manifest);
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Library: %s", activated_layers[index].library);
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " ||");
|
||||
}
|
||||
@@ -5143,7 +5143,7 @@ VkResult loader_create_device_chain(const VkPhysicalDevice pd, const VkDeviceCre
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Disable Env Var: %s",
|
||||
activated_layers[index].disable_env);
|
||||
}
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Manifset: %s", activated_layers[index].manifest);
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Manifest: %s", activated_layers[index].manifest);
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " Library: %s", activated_layers[index].library);
|
||||
loader_log(inst, VULKAN_LOADER_LAYER_BIT, 0, " ||");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user