Document PAK v2 resource closeout
Some checks failed
CI / linux-portable (push) Successful in 3m34s
CI / windows-gate (push) Failing after 6m5s
CI / release (push) Has been skipped

This commit is contained in:
Erik 2026-08-27 20:29:50 +02:00
parent d8c794a478
commit cccae4169a
5 changed files with 98 additions and 32 deletions

View file

@ -30,7 +30,8 @@ public static class PakFormat {
/// 8 polygons all NoPos + Base1Solid, extracted to a 0-vertex mesh). The
/// binary format remains version 1. Version 6 introduces pak format 2:
/// globally shared texture payloads plus independently Brotli-compressed
/// blobs with raw fallback. Mesh geometry and decoded pixels remain exact.
/// blobs with raw fallback. Mesh geometry and source texture bytes remain
/// exact; unedited DXT surfaces now retain their native BC blocks.
/// </summary>
public const uint CurrentBakeToolVersion = 6;
}