X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;h=3e206a70e3c06c9fffe58fe4fd20f745f07be769;hp=c652f468b00cd3855a1b3729a358895dac998c80;hb=9eb9f592d37e9a1e05c2ff70887a1c5f26b98864;hpb=29fe33d3dde1df0e11c741b0c02af2f33b685571 diff --git a/source/core/program.h b/source/core/program.h index c652f468..3e206a70 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -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; }