diff options
| -rw-r--r-- | layers/vk_validation_layer_details.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md index 3e9029f0..62a2fa50 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 |
