Fix build if NV_EXTENSIONS is not set

This commit is contained in:
Henrik Rydgard 2017-01-23 16:25:50 +01:00
parent 64b010f390
commit bec5fc898a

View File

@ -3969,6 +3969,8 @@ void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publi
return;
}
}
#else
}
#endif
error(loc, "unrecognized layout identifier, or qualifier requires assignment (e.g., binding = 4)", id.c_str(), "");
}