Errors and Build: Fix build warnings, which also improved error messages.

This commit is contained in:
John Kessenich 2018-07-12 15:11:07 -06:00
parent b75c7065cc
commit e7f9caeac4
11 changed files with 208 additions and 216 deletions

3
glslang/MachineIndependent/iomapper.cpp Normal file → Executable file
View file

@ -513,6 +513,9 @@ struct TDefaultIoResolverBase : public glslang::TIoMapResolver
void endResolve(EShLanguage) override {}
protected:
TDefaultIoResolverBase(TDefaultIoResolverBase&);
TDefaultIoResolverBase& operator=(TDefaultIoResolverBase&);
const TIntermediate &intermediate;
int nextUniformLocation;
int nextInputLocation;