diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-30 10:49:03 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-31 14:15:23 -0600 |
| commit | 0d3d1b895eb8b4f1e189991c5e7622cbb0f3d5cc (patch) | |
| tree | 6121eb55517228edec9e99d307ef63187a43b97b /layers/windows | |
| parent | 39b4248b17008792dab24016e1f31ab7187a8950 (diff) | |
| download | usermoji-0d3d1b895eb8b4f1e189991c5e7622cbb0f3d5cc.tar.xz | |
layers: Add separate windows and linux json
Diffstat (limited to 'layers/windows')
| -rw-r--r-- | layers/windows/api_dump.json | 11 | ||||
| -rw-r--r-- | layers/windows/basic.json | 17 | ||||
| -rw-r--r-- | layers/windows/draw_state.json | 17 | ||||
| -rw-r--r-- | layers/windows/generic.json | 11 | ||||
| -rw-r--r-- | layers/windows/image.json | 11 | ||||
| -rw-r--r-- | layers/windows/mem_tracker.json | 11 | ||||
| -rw-r--r-- | layers/windows/multi.json | 19 | ||||
| -rw-r--r-- | layers/windows/object_tracker.json | 11 | ||||
| -rw-r--r-- | layers/windows/param_checker.json | 11 | ||||
| -rw-r--r-- | layers/windows/screenshot.json | 11 | ||||
| -rw-r--r-- | layers/windows/shader_checker.json | 11 | ||||
| -rw-r--r-- | layers/windows/threading.json | 11 |
12 files changed, 152 insertions, 0 deletions
diff --git a/layers/windows/api_dump.json b/layers/windows/api_dump.json new file mode 100644 index 00000000..02d0b01f --- /dev/null +++ b/layers/windows/api_dump.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "APIDump", + "type": "GLOBAL", + "library_path": "./VKLayerAPIDump.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG debug layer" + } +} diff --git a/layers/windows/basic.json b/layers/windows/basic.json new file mode 100644 index 00000000..8a15d9b1 --- /dev/null +++ b/layers/windows/basic.json @@ -0,0 +1,17 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "Basic", + "type": "GLOBAL", + "library_path": "./VKLayerBasic.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Sample Layer", + "device_extensions": [ + { + "name": "vkLayerExtension1", + "version": "1.0.0" + } + ] + } +} diff --git a/layers/windows/draw_state.json b/layers/windows/draw_state.json new file mode 100644 index 00000000..2d0414f1 --- /dev/null +++ b/layers/windows/draw_state.json @@ -0,0 +1,17 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "DrawState", + "type": "GLOBAL", + "library_path": "./VKLayerDrawState.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer", + "device_extensions": [ + { + "name": "DEBUG_MARKER", + "version": "1.0.0" + } + ] + } +} diff --git a/layers/windows/generic.json b/layers/windows/generic.json new file mode 100644 index 00000000..b13a11e7 --- /dev/null +++ b/layers/windows/generic.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "Generic", + "type": "GLOBAL", + "library_path": "./VKLayerGeneric.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Sample Layer" + } +} diff --git a/layers/windows/image.json b/layers/windows/image.json new file mode 100644 index 00000000..d3e85706 --- /dev/null +++ b/layers/windows/image.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "Image", + "type": "GLOBAL", + "library_path": "./VKLayerImage.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer" + } +} diff --git a/layers/windows/mem_tracker.json b/layers/windows/mem_tracker.json new file mode 100644 index 00000000..bd0abe69 --- /dev/null +++ b/layers/windows/mem_tracker.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "MemTracker", + "type": "GLOBAL", + "library_path": "./VKLayerMemTracker.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer" + } +} diff --git a/layers/windows/multi.json b/layers/windows/multi.json new file mode 100644 index 00000000..6d759c7b --- /dev/null +++ b/layers/windows/multi.json @@ -0,0 +1,19 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "multi1", + "type": "GLOBAL", + "library_path": "./VKLayerMulti.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Sample multiple layer per library" + }, + "layer" : { + "name": "multi2", + "type": "GLOBAL", + "library_path": "./VKLayerMulti.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Sample multiple layer per library" + } +} diff --git a/layers/windows/object_tracker.json b/layers/windows/object_tracker.json new file mode 100644 index 00000000..1ce450d1 --- /dev/null +++ b/layers/windows/object_tracker.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "ObjectTracker", + "type": "GLOBAL", + "library_path": "./VKLayerObjectTracker.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer" + } +} diff --git a/layers/windows/param_checker.json b/layers/windows/param_checker.json new file mode 100644 index 00000000..93f1c6b6 --- /dev/null +++ b/layers/windows/param_checker.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "ParamChecker", + "type": "GLOBAL", + "library_path": "./VKLayerParamChecker.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer" + } +} diff --git a/layers/windows/screenshot.json b/layers/windows/screenshot.json new file mode 100644 index 00000000..33cd4d34 --- /dev/null +++ b/layers/windows/screenshot.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "ScreenShot", + "type": "DEVICE", + "library_path": "./VKLayerScreenShot.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG image capture layer" + } +} diff --git a/layers/windows/shader_checker.json b/layers/windows/shader_checker.json new file mode 100644 index 00000000..ca6e21ca --- /dev/null +++ b/layers/windows/shader_checker.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "ShaderChecker", + "type": "GLOBAL", + "library_path": "./VKLayerShaderChecker.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer" + } +} diff --git a/layers/windows/threading.json b/layers/windows/threading.json new file mode 100644 index 00000000..6dda4e01 --- /dev/null +++ b/layers/windows/threading.json @@ -0,0 +1,11 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "Threading", + "type": "GLOBAL", + "library_path": "./VKLayerThreading.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer" + } +} |
