[TEST] ASTC fixes

This commit is contained in:
CamilleLaVey
2026-07-28 19:57:34 -04:00
parent 1616d19279
commit b38556d4f6
5 changed files with 6 additions and 32 deletions
@@ -1384,11 +1384,7 @@ void DecompressBlock(ivec3 coord) {
p = Cf / 65535.0f;
}
#ifdef VULKAN
imageStore(dest_image, coord + ivec3(i, j, 0), p.gbar);
#else
imageStore(dest_image, coord + ivec3(i, j, 0), clamp(p, 0.0f, 1.0f).gbar);
#endif
}
}
}