]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/module.h
Add tessellation shader support to the engine
[libs/gl.git] / source / core / module.h
index 480a0669ffbb6275324a7ab2b3c5bb660fdba2eb..4d1511121e4191165bd3c9c13b7fb5f866c3e54b 100644 (file)
@@ -103,6 +103,8 @@ public:
        enum Stage
        {
                VERTEX = 0,
+               TESS_CONTROL = 1,
+               TESS_EVAL = 2,
                GEOMETRY = 3,
                FRAGMENT = 4,
                COMPUTE = 5