Revert previous check-in, until knowing what the spec. is and whether the test failure is related.

This commit is contained in:
John Kessenich 2017-03-13 22:49:36 -06:00
parent 7a44a31dee
commit 601b7fa4b9
4 changed files with 9 additions and 9 deletions

View file

@ -3702,8 +3702,8 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
}
if (profile != EEsProfile) {
commonBuiltins.append("in int gl_ViewIndex;");
commonBuiltins.append("in int gl_DeviceIndex;"); // GL_EXT_device_group
commonBuiltins.append("uniform int gl_ViewIndex;");
commonBuiltins.append("uniform int gl_DeviceIndex;"); // GL_EXT_device_group
}
// printf("%s\n", commonBuiltins.c_str());