aboutsummaryrefslogtreecommitdiff
path: root/loader/debug_report.h
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-29 15:39:26 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-07 17:53:20 -0600
commitbe10336228bfabe276ba61adf9d6092971d3bdb7 (patch)
treef755f71a6f68cbbdd7b0984c3e0342bcfbacce60 /loader/debug_report.h
parente291354abe5eff9de35075020c7bbc00d4d7cf0e (diff)
downloadusermoji-be10336228bfabe276ba61adf9d6092971d3bdb7.tar.xz
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.
Diffstat (limited to 'loader/debug_report.h')
-rw-r--r--loader/debug_report.h3
1 files changed, 2 insertions, 1 deletions
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,