powervr-graphics / Native_SDK

C++ cross-platform 3D graphics SDK. Includes demos & helper code (resource loading etc.) to speed up development of Vulkan, OpenGL ES 2.0 & 3.x applications
https://docs.imgtec.com/sdk-documentation/html/introduction.html
MIT License
702 stars 197 forks source link

Fix Linux GCC 11.1 build. #69

Closed JDuchniewicz closed 3 years ago

JDuchniewicz commented 3 years ago

As in title + change mode of binary glslangValidator to executable.

lilly-lizard commented 3 years ago

Thank you! Reviewed/tested just now so I'll do the merge. Our ubuntu build system is using gcc 7.5.0 so we didn't catch this.