X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmodule.h;h=4d1511121e4191165bd3c9c13b7fb5f866c3e54b;hb=HEAD;hp=480a0669ffbb6275324a7ab2b3c5bb660fdba2eb;hpb=cebf1330ef6773b7b4496dc279ec02a7ca4351bb;p=libs%2Fgl.git 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