X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fmodule.h;h=4d1511121e4191165bd3c9c13b7fb5f866c3e54b;hp=480a0669ffbb6275324a7ab2b3c5bb660fdba2eb;hb=9eb9f592d37e9a1e05c2ff70887a1c5f26b98864;hpb=29fe33d3dde1df0e11c741b0c02af2f33b685571 diff --git a/source/core/module.h b/source/core/module.h index 480a0669..4d151112 100644 --- a/source/core/module.h +++ b/source/core/module.h @@ -103,6 +103,8 @@ public: enum Stage { VERTEX = 0, + TESS_CONTROL = 1, + TESS_EVAL = 2, GEOMETRY = 3, FRAGMENT = 4, COMPUTE = 5