diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-03-03 12:03:58 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-03-03 12:03:58 -0700 |
| commit | ac5ff94a099f4278aa710c71904233b578f79c65 (patch) | |
| tree | 76d751162f68b376773769a7e9d1aad7672ff53c /layers/linux | |
| parent | 1e69501fc7592eedd390be246c0f06485ee67cec (diff) | |
| download | usermoji-ac5ff94a099f4278aa710c71904233b578f79c65.tar.xz | |
misc: Remove lunarg_debug_marker extension
This device extensions was not completely supported in any layer. It had partial
support (intercept) in draw_state and device_limits. This extension is being
changed and has a formal proposal in Khronos as debug_marker_ext. Removing
the existing extension since it is deprecated; once the debug_marker_ext gets
registered by Khronos, layers might want to start using the ObjectTag/ObjectName
commands to supplement error report messages in debug_report_ext. Since
debug_report_ext might get changed as part of Khronos review, don't add it yet.
Diffstat (limited to 'layers/linux')
| -rw-r--r-- | layers/linux/VkLayer_draw_state.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/layers/linux/VkLayer_draw_state.json b/layers/linux/VkLayer_draw_state.json index a8e0acbf..32baf31d 100644 --- a/layers/linux/VkLayer_draw_state.json +++ b/layers/linux/VkLayer_draw_state.json @@ -12,13 +12,6 @@ "name": "VK_EXT_debug_report", "spec_version": "1" } - ], - "device_extensions": [ - { - "name": "VK_LUNARG_DEBUG_MARKER", - "spec_version": "0", - "entrypoints": ["vkCmdDbgMarkerBegin","vkCmdDbgMarkerEnd"] - } ] } } |
