]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/vulkancontext.h
Go back to using vector to store devices in a Hub
[libs/gui.git] / source / graphics / vulkancontext.h
index 44ac4a53cc6ae8108e3059b4b7c3ca8604142751..666a2b06daafdca22d4467efa5d38d857ef155d6 100644 (file)
@@ -24,6 +24,8 @@ struct VulkanOptions
 {
        bool enable_validation;
        bool enable_debug_report;
+       bool enable_geometry_shader;
+       bool enable_tessellation_shader;
 
        VulkanOptions();
 };