From edcff401e235512af036e8949399df4ee1c4b48e Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 30 Nov 2015 12:14:06 -0700 Subject: layers: declare support for DEBUG_REPORT extension Have layers that support the debug_report extension (all validation layers) include that extension in it's extension list. --- layers/linux/threading.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'layers/linux/threading.json') diff --git a/layers/linux/threading.json b/layers/linux/threading.json index 3815a18e..3652bc0e 100644 --- a/layers/linux/threading.json +++ b/layers/linux/threading.json @@ -6,6 +6,12 @@ "library_path": "./libVKLayerThreading.so", "api_version": "0.210.0", "implementation_version": "1", - "description": "LunarG Validation Layer" + "description": "LunarG Validation Layer", + "instance_extensions": [ + { + "name": "VK_EXT_LUNARG_debug_report", + "spec_version": "1" + } + ] } } -- cgit v1.2.3