aboutsummaryrefslogtreecommitdiff
path: root/layers/linux/threading.json
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2015-11-30 12:14:06 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-17 11:20:06 -0700
commitedcff401e235512af036e8949399df4ee1c4b48e (patch)
tree26dad507f79a8c48f0f80e44f289f3835a66bcd6 /layers/linux/threading.json
parent618cfdbfaaa8e053290597097adef6dfbaf78e46 (diff)
downloadusermoji-edcff401e235512af036e8949399df4ee1c4b48e.tar.xz
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.
Diffstat (limited to 'layers/linux/threading.json')
-rw-r--r--layers/linux/threading.json8
1 files changed, 7 insertions, 1 deletions
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"
+ }
+ ]
}
}