]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/program.h
Rename size to array_size in Program variable info structs
[libs/gl.git] / source / core / program.h
index 40c1d320f861e81d662ec2aa8e118e3191a5c602..33413eb01da23eb035fa0fc04e1fc5c488d7c323 100644 (file)
@@ -65,7 +65,7 @@ public:
                std::string name;
                const UniformBlockInfo *block;
                unsigned location;
-               unsigned size;
+               unsigned array_size;
                unsigned array_stride;
                unsigned matrix_stride;
                DataType type;
@@ -84,7 +84,7 @@ public:
        {
                std::string name;
                unsigned location;
-               unsigned size;
+               unsigned array_size;
                DataType type;
        };