Remove a stray GLSLANG_WEB ifdef
This commit is contained in:
parent
d291b15911
commit
6bc35749ec
@ -7225,7 +7225,6 @@ void TParseContext::declareTypeDefaults(const TSourceLoc& loc, const TPublicType
|
|||||||
|
|
||||||
void TParseContext::coopMatTypeParametersCheck(const TSourceLoc& loc, const TPublicType& publicType)
|
void TParseContext::coopMatTypeParametersCheck(const TSourceLoc& loc, const TPublicType& publicType)
|
||||||
{
|
{
|
||||||
#ifndef GLSLANG_WEB
|
|
||||||
if (parsingBuiltins)
|
if (parsingBuiltins)
|
||||||
return;
|
return;
|
||||||
if (publicType.isCoopmatKHR()) {
|
if (publicType.isCoopmatKHR()) {
|
||||||
@ -7257,7 +7256,6 @@ void TParseContext::coopMatTypeParametersCheck(const TSourceLoc& loc, const TPub
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TParseContext::vkRelaxedRemapUniformVariable(const TSourceLoc& loc, TString& identifier, const TPublicType&,
|
bool TParseContext::vkRelaxedRemapUniformVariable(const TSourceLoc& loc, TString& identifier, const TPublicType&,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user