mesa/glspirv: fix compilation with MSVC
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 13 Aug 2018 14:47:11 +0000 (16:47 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 13 Aug 2018 16:57:18 +0000 (18:57 +0200)
commit668ab8aeb1767af1341edff701f28a588b08e0a9
treea567059ca559d071cacadf7f29e36ffcfde9619c
parentf976d22759f4c9b7f4c811ffd21ad970a0fb4352
mesa/glspirv: fix compilation with MSVC

From AppVeyor #8582, it seems that MSVC doesn't like uint, so this
patch replaces it with unsigned.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mesa/main/glspirv.c