From 9aaaddd1818002f0e7a7ee8d3e02f7121e513367 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 20 Jul 2016 09:15:53 -0600 Subject: [PATCH] layers: Clarify std_validation usage in README Change-Id: Ia99542ca3f96d719f60d5dccab115340bd88c3f3 --- layers/vk_validation_layer_details.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md index 3e9029f..62a2fa5 100644 --- a/layers/vk_validation_layer_details.md +++ b/layers/vk_validation_layer_details.md @@ -6,7 +6,7 @@ ### VK_LAYER_LUNARG_standard_validation Overview -This is a meta-layer managed by the loader. Specifying this layer name will cause the loader to load the all of the standard validation layers in the following optimal order: +This is a meta-layer managed by the loader. On desktop systems, specifying this layer name will cause the loader to load the all of the standard validation layers in the following optimal order: - VK_LAYER_GOOGLE_threading - VK_LAYER_LUNARG_parameter_validation @@ -16,6 +16,8 @@ This is a meta-layer managed by the loader. Specifying this layer name will caus - VK_LAYER_LUNARG_swapchain - VK_LAYER_GOOGLE_unique_objects +For platforms not using the standard loader (i.e., mobile platforms) the layers should be declared explicitly in the order shown above. + Other layers can be specified and the loader will remove duplicates. See the following individual layer descriptions for layer details. ## VK_LAYER_LUNARG_core_validation -- 2.7.4