glsl: s/GLboolean/bool/ to silence MSVC compiler warning
authorBrian Paul <brianp@vmware.com>
Sat, 4 May 2019 16:00:08 +0000 (10:00 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 8 May 2019 16:05:41 +0000 (10:05 -0600)
commit2e28983ed2c06a20526759f3fedf8ee5bd21f7f6
treef97e55d36e379770d1387a19f6fca0abb35039e3
parented5f0245156006341ef8cf39376572ffad246a23
glsl: s/GLboolean/bool/ to silence MSVC compiler warning

It complains about mixing GLboolean and bool in the |= expression.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/compiler/glsl/glsl_parser_extras.cpp