From 563708173641df82ea9ad85ff9d42815c839e2b7 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Thu, 10 Dec 2015 18:20:52 -0700 Subject: layers: Add device extension entrypoints to JSON bug #15012 --- layers/linux/basic.json | 3 ++- layers/linux/device_limits.json | 8 +------- layers/linux/draw_state.json | 3 ++- 3 files changed, 5 insertions(+), 9 deletions(-) (limited to 'layers/linux') diff --git a/layers/linux/basic.json b/layers/linux/basic.json index 9d051f5b..28e00f56 100644 --- a/layers/linux/basic.json +++ b/layers/linux/basic.json @@ -10,7 +10,8 @@ "device_extensions": [ { "name": "VK_LUNARG_LayerExtension1", - "spec_version": "0" + "spec_version": "0", + "entrypoints": ["vkLayerExtension1"] } ] } diff --git a/layers/linux/device_limits.json b/layers/linux/device_limits.json index db4ae5ca..6afbb1bd 100644 --- a/layers/linux/device_limits.json +++ b/layers/linux/device_limits.json @@ -6,12 +6,6 @@ "library_path": "./libVKLayerDeviceLimits.so", "api_version": "0.210.0", "implementation_version": "1", - "description": "LunarG Validation Layer", - "device_extensions": [ - { - "name": "VK_LUNARG_DEBUG_MARKER", - "spec_version": "0" - } - ] + "description": "LunarG Validation Layer" } } diff --git a/layers/linux/draw_state.json b/layers/linux/draw_state.json index 0dfe5567..e4474a01 100644 --- a/layers/linux/draw_state.json +++ b/layers/linux/draw_state.json @@ -10,7 +10,8 @@ "device_extensions": [ { "name": "VK_LUNARG_DEBUG_MARKER", - "spec_version": "0" + "spec_version": "0", + "entrypoints": ["vkCmdDbgMarkerBegin","vkCmdDbgMarkerEnd"] } ] } -- cgit v1.2.3