From 5784f71498a084c1d4fe5f5afd545b647d793992 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 24 Nov 2015 16:40:36 -0700 Subject: [PATCH] layers: Fix documentation file for new wsi surface ext --- vk_layer_documentation_generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vk_layer_documentation_generate.py b/vk_layer_documentation_generate.py index ba4c780..497edc3 100755 --- a/vk_layer_documentation_generate.py +++ b/vk_layer_documentation_generate.py @@ -276,7 +276,7 @@ class LayerDoc: # Now go through API names in doc and verify they're real # First we're going to transform proto names from vulkan.py into single list core_api_names = [p.name for p in vulkan.core.protos] - wsi_s_names = [p.name for p in vulkan.ext_khr_swapchain.protos] + wsi_s_names = [p.name for p in vulkan.ext_khr_surface.protos] wsi_ds_names = [p.name for p in vulkan.ext_khr_device_swapchain.protos] dbg_rpt_names = [p.name for p in vulkan.lunarg_debug_report.protos] dbg_mrk_names = [p.name for p in vulkan.lunarg_debug_marker.protos] -- 2.7.4