mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
fpopov thanks
This commit is contained in:
@@ -6,11 +6,14 @@ public static class Extensions
|
||||
{
|
||||
return format switch
|
||||
{
|
||||
0x22B8 => 32,
|
||||
0x115C => 16,
|
||||
0x0 => 8,
|
||||
0x235 => 16,
|
||||
0x22C => 16,
|
||||
0x115C => 16,
|
||||
0x58 => 16,
|
||||
0x378 => 32,
|
||||
0 => 32
|
||||
0x22B8 => 32,
|
||||
_ => throw new InvalidOperationException($"Unsupported Texm format {format}")
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user