Updated glslang.

This commit is contained in:
Бранимир Караџић
2024-02-24 19:46:21 -08:00
parent 2e9c28f436
commit 854602a008
28 changed files with 357 additions and 144 deletions

View File

@@ -181,6 +181,7 @@ void Builder::postProcessType(const Instruction& inst, Id typeId)
else if (width == 8)
addCapability(CapabilityInt8);
}
break;
default:
if (basicTypeOp == OpTypeInt) {
if (width == 16)