]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/device_backend.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / backends / vulkan / device_backend.cpp
index 8e3f2ab621a9acc55823d2f0c2ea22b4331a082a..d80afaab5d4975ee062ee6ea25c09d34cac206a2 100644 (file)
@@ -31,6 +31,7 @@ Graphics::VulkanOptions VulkanDevice::create_default_options()
 {
        Graphics::VulkanOptions opts;
        opts.enable_geometry_shader = true;
+       opts.enable_tessellation_shader = true;
 #ifdef DEBUG
        const char *disable_ptr = getenv("MSPGL_DISABLE_VALIDATION");
        if(disable_ptr && *disable_ptr)