X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmodule.h;h=5067895de662e2a29676f07f988df3d9e7d1e371;hb=6c5c2bcbd4025cba36f48f6f326466351f4f2971;hp=1c62f340505a254e2fec0d40817c6335e1a49060;hpb=0a096b9bc02a67ea4a27645907c6b9d1fbdaae85;p=libs%2Fgl.git diff --git a/source/core/module.h b/source/core/module.h index 1c62f340..5067895d 100644 --- a/source/core/module.h +++ b/source/core/module.h @@ -106,7 +106,8 @@ public: UNIFORM_CONSTANT = 0, INPUT = 1, UNIFORM = 2, - OUTPUT = 3 + OUTPUT = 3, + PUSH_CONSTANT = 9 }; enum BuiltinSemantic