Errors and Build: Fix build warnings, which also improved error messages.
This commit is contained in:
parent
b75c7065cc
commit
e7f9caeac4
11 changed files with 208 additions and 216 deletions
3
glslang/MachineIndependent/iomapper.cpp
Normal file → Executable file
3
glslang/MachineIndependent/iomapper.cpp
Normal file → Executable 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue