diff options
| author | Mike Weiblen <mikew@lunarg.com> | 2018-01-16 11:53:43 -0700 |
|---|---|---|
| committer | Mike Weiblen <mikew@lunarg.com> | 2018-01-16 11:53:43 -0700 |
| commit | 7c5c916bdf578d936e752b6ed09b878bb620989b (patch) | |
| tree | c2ccf7ee191055cfd60a4b4f2242d9ec7a47dfec /layers/linux | |
| parent | 67a30bd74801b4d18ec40a8f001fdd0b3bd79375 (diff) | |
| download | usermoji-7c5c916bdf578d936e752b6ed09b878bb620989b.tar.xz | |
Revert "TEST: Create pre-instance intercept test case"
This reverts commit 6cc77123f101f88d246a8cbdf85cc601b5fde82c.
Diffstat (limited to 'layers/linux')
| -rw-r--r-- | layers/linux/VkLayer_core_validation.json | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/layers/linux/VkLayer_core_validation.json b/layers/linux/VkLayer_core_validation.json index e8882e3e..6809c929 100644 --- a/layers/linux/VkLayer_core_validation.json +++ b/layers/linux/VkLayer_core_validation.json @@ -1,7 +1,7 @@ { - "file_format_version" : "1.1.2", + "file_format_version" : "1.1.0", "layer" : { - "name": "VK_LAYER_LUNARG_test_core_validation", + "name": "VK_LAYER_LUNARG_core_validation", "type": "GLOBAL", "library_path": "./libVkLayer_core_validation.so", "api_version": "1.0.67", @@ -33,13 +33,11 @@ "vkMergeValidationCachesEXT" ] } - ], - "pre_instance_functions": { - "vkEnumerateInstanceExtensionProperties": "test_EnumerateInstanceExtensionProperties", - "vkEnumerateInstanceLayerProperties": "test_EnumerateInstanceLayerProperties" - }, - "disable_environment": { - "DISABLE_TEST_CORE_VALIDATION": "" - } + ] } } + + + + + |
