| 1548 | } |
| 1549 | |
| 1550 | void TParseVersions::longVectorCheck(const TSourceLoc& loc, const char* op, bool builtIn) |
| 1551 | { |
| 1552 | if (!builtIn) { |
| 1553 | const char* const extensions[] = {E_GL_EXT_long_vector}; |
| 1554 | requireExtensions(loc, sizeof(extensions)/sizeof(extensions[0]), extensions, op); |
| 1555 | } |
| 1556 | } |
| 1557 | |
| 1558 | // Call for any operation removed because SPIR-V is in use. |
| 1559 | void TParseVersions::spvRemoved(const TSourceLoc& loc, const char* op) |