]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/reflectdata.h
Remove support for array size specialization from the engine as well
[libs/gl.git] / source / core / reflectdata.h
index 33ef1799ea469805832af7d9752a8888cf555036..7d1b5acf6b745a5aca663dbbf6a6c87828cb9588 100644 (file)
@@ -49,7 +49,7 @@ struct ReflectData
        struct AttributeInfo
        {
                std::string name;
-               unsigned location = -1;
+               int location = -1;
                unsigned array_size = 0;
                DataType type = VOID;
        };