diff options
| author | Cody Northrop <cody@lunarg.com> | 2015-09-10 09:48:42 -0600 |
|---|---|---|
| committer | Cody Northrop <cody@lunarg.com> | 2015-09-10 09:48:42 -0600 |
| commit | d188cc31a4cd217ae9925ea7bc0b1f51920bd71e (patch) | |
| tree | 5d8b593dc1d7e26f35baf2e081e3388d2206a703 | |
| parent | 2c002359f860c26e2b75408f9fa48139748c317f (diff) | |
| download | usermoji-d188cc31a4cd217ae9925ea7bc0b1f51920bd71e.tar.xz | |
layers: Add DeviceLimits json files
| -rw-r--r-- | layers/linux/device_limits.json | 17 | ||||
| -rw-r--r-- | layers/windows/device_limits.json | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/layers/linux/device_limits.json b/layers/linux/device_limits.json new file mode 100644 index 00000000..964b1192 --- /dev/null +++ b/layers/linux/device_limits.json @@ -0,0 +1,17 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "DeviceLimits", + "type": "GLOBAL", + "library_path": "./libVKLayerDeviceLimits.so", + "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/device_limits.json b/layers/windows/device_limits.json new file mode 100644 index 00000000..4cf1eeea --- /dev/null +++ b/layers/windows/device_limits.json @@ -0,0 +1,17 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "DeviceLimits", + "type": "GLOBAL", + "library_path": ".\\VKLayerDeviceLimits.dll", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer", + "device_extensions": [ + { + "name": "DEBUG_MARKER", + "version": "1.0.0" + } + ] + } +} |
