diff options
| author | Mark Young <marky@lunarg.com> | 2017-05-02 10:49:46 -0600 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2017-05-09 11:01:03 -0600 |
| commit | 3d876c1544ba6325720a64c248e8eb0214e55d6e (patch) | |
| tree | 30535ed5f594de4fae64df9c9ab5fbddc1d4264a /layers/linux | |
| parent | 449d28aab53abf93e97f860f33921d79e517c9a1 (diff) | |
| download | usermoji-3d876c1544ba6325720a64c248e8eb0214e55d6e.tar.xz | |
loader: Meta-layer support
Integrate Lenny and my changes for Meta-layers.
Includes adding initial JSON file for standard_validation.
Change-Id: Ibc1da464fad4949e14e171dbc7dd9990621e1081
Diffstat (limited to 'layers/linux')
| -rw-r--r-- | layers/linux/VkLayer_standard_validation.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layers/linux/VkLayer_standard_validation.json b/layers/linux/VkLayer_standard_validation.json new file mode 100644 index 00000000..f8f775db --- /dev/null +++ b/layers/linux/VkLayer_standard_validation.json @@ -0,0 +1,18 @@ +{ + "file_format_version": "1.1.1", + "layer": { + "name": "VK_LAYER_LUNARG_standard_validation", + "type": "GLOBAL", + "api_version": "1.0.49", + "implementation_version": "1", + "description": "LunarG Standard Validation", + "component_layers": [ + "VK_LAYER_GOOGLE_threading", + "VK_LAYER_LUNARG_parameter_validation", + "VK_LAYER_LUNARG_object_tracker", + "VK_LAYER_LUNARG_core_validation", + "VK_LAYER_LUNARG_swapchain", + "VK_LAYER_GOOGLE_unique_objects" + ] + } +} |
