X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;h=33413eb01da23eb035fa0fc04e1fc5c488d7c323;hp=40c1d320f861e81d662ec2aa8e118e3191a5c602;hb=7c069241318b7133ac2df65ee13cb1d2968c5974;hpb=f157c4fa40d3f771f00fcb20ba128a37d61c6970 diff --git a/source/core/program.h b/source/core/program.h index 40c1d320..33413eb0 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -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; };