aboutsummaryrefslogtreecommitdiff
path: root/layers/unique_objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'layers/unique_objects.h')
-rw-r--r--layers/unique_objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/unique_objects.h b/layers/unique_objects.h
index e8b16b44..33616aa1 100644
--- a/layers/unique_objects.h
+++ b/layers/unique_objects.h
@@ -61,7 +61,7 @@ struct instance_layer_data {
};
struct layer_data {
- VkInstance instance;
+ instance_layer_data *instance_data;
debug_report_data *report_data;
VkLayerDispatchTable dispatch_table = {};