From be10336228bfabe276ba61adf9d6092971d3bdb7 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 29 Jun 2015 15:39:26 -0600 Subject: loader: bug 12992: extension and layer support Much of layers and loader updated to work with final extension and layer mechanism. Not everything is working here. --- loader/debug_report.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'loader/debug_report.h') diff --git a/loader/debug_report.h b/loader/debug_report.h index 5d6fd92a..1958577a 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h @@ -34,7 +34,8 @@ void debug_report_add_instance_extensions( struct loader_extension_list *ext_list); void debug_report_create_instance( - struct loader_instance *ptr_instance); + struct loader_instance *ptr_instance, + const VkInstanceCreateInfo *pCreateInfo); void *debug_report_instance_gpa( struct loader_instance *ptr_instance, -- cgit v1.2.3