X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fprogram.cpp;h=4b53b8fe2f28e7e812e605654d6d7d64ec695aeb;hp=6fdf747d99d477078ab2421cd325989a455aca82;hb=ddb8e4ceea602d90ca7d9dc2637b9285610787bd;hpb=63383e58b25321188cbc65bf9a6bc7e2a0faaabb diff --git a/source/core/program.cpp b/source/core/program.cpp index 6fdf747d..4b53b8fe 100644 --- a/source/core/program.cpp +++ b/source/core/program.cpp @@ -534,6 +534,7 @@ void Program::collect_attributes() if((*j)->storage==SpirVModule::INPUT) { AttributeInfo &info = attributes[(*j)->name]; + info.name = (*j)->name; info.location = (*j)->location; info.array_size = (*j)->array_size; info.type = (*j)->type;