KhronosGroup / glslang

Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Other
3.02k stars 834 forks source link

shaderc will not compile glslang master #945

Closed janesma closed 7 years ago

janesma commented 7 years ago

54596ff99e93e6f4205af81c337da56cc95587f2 Author: John Kessenich cepheus@frii.com HLSL: Force flat (nointerp) onto integer fragment inputs. Addresses #940.

glslang/Include/../Include/Types.h:1343:16: error: enumeration value ‘EbtVoid’ not handled in switch [-Werror=switch] 02:27:07 switch (basicType) {

johnkslang commented 7 years ago

Should be fixed by be1085cb883f9cfb332a5266cf407e608df783e4.