From d188cc31a4cd217ae9925ea7bc0b1f51920bd71e Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Thu, 10 Sep 2015 09:48:42 -0600 Subject: layers: Add DeviceLimits json files --- layers/linux/device_limits.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layers/linux/device_limits.json (limited to 'layers/linux') 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" + } + ] + } +} -- cgit v1.2.3