summaryrefslogtreecommitdiff
path: root/src/framework/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/test/test.h')
-rw-r--r--src/framework/test/test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/framework/test/test.h b/src/framework/test/test.h
index 7fcac88..edd0a5f 100644
--- a/src/framework/test/test.h
+++ b/src/framework/test/test.h
@@ -159,6 +159,10 @@ struct test {
VkImage ds_image;
VkImageView depthstencil_image_view;
+
+ PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT;
+ PFN_vkDestroyDebugReportCallbackEXT vkDestroyDebugReportCallbackEXT;
+ VkDebugReportCallbackEXT debug_callback;
} vk;
};