mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-20 10:50:48 +00:00
Fix build if NV_EXTENSIONS is not set
This commit is contained in:
parent
64b010f390
commit
bec5fc898a
@ -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(), "");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user