X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmodule.h;h=ad11f00ba4e3470966b12f883490aa1baf1a9665;hb=0e61ac01ae99391c6b1301a9bf8de62fe651dac3;hp=5067895de662e2a29676f07f988df3d9e7d1e371;hpb=fee6115b609b8726b50a1f9169d50e8f68170b75;p=libs%2Fgl.git diff --git a/source/core/module.h b/source/core/module.h index 5067895d..ad11f00b 100644 --- a/source/core/module.h +++ b/source/core/module.h @@ -157,7 +157,7 @@ public: const Structure *struct_type = 0; unsigned array_size = 0; int location = -1; - int descriptor_set = 0; + unsigned descriptor_set = 0; int binding = -1; BuiltinSemantic builtin = NOT_BUILTIN;