MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / longVectorCheck

Method longVectorCheck

glslang/MachineIndependent/Versions.cpp:1550–1556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550void 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.
1559void TParseVersions::spvRemoved(const TSourceLoc& loc, const char* op)

Callers 1

yyparseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected