]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/program.h
Add tessellation shader support to the engine
[libs/gl.git] / source / core / program.h
index c652f468b00cd3855a1b3729a358895dac998c80..3e206a70e3c06c9fffe58fe4fd20f745f07be769 100644 (file)
@@ -73,6 +73,7 @@ private:
 
 public:
        using ProgramBackend::is_compute;
+       using ProgramBackend::has_tessellation;
 
        ReflectData::LayoutHash get_uniform_layout_hash() const { return reflect_data.layout_hash; }
        unsigned get_n_descriptor_sets() const { return reflect_data.n_descriptor_sets; }