mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
A few more texture adjustments
This commit is contained in:
parent
f25af1afce
commit
519d9a734d
1 changed files with 3 additions and 1 deletions
|
@ -141,7 +141,9 @@ namespace FirstPlugin.LuigisMansion3
|
|||
uint blockHeight = TegraX1Swizzle.GetBlockHeight(TegraX1Swizzle.DIV_ROUND_UP(Height, blkHeight));
|
||||
uint BlockHeightLog2 = (uint)Convert.ToString(blockHeight, 2).Length;
|
||||
|
||||
if (Format == TEX_FORMAT.ASTC_6x6_UNORM || Format == TEX_FORMAT.BC5_SNORM)
|
||||
// if (Format == TEX_FORMAT.ASTC_4x4_UNORM || Format == TEX_FORMAT.ASTC_6x6_UNORM || Format == TEX_FORMAT.BC5_SNORM)
|
||||
|
||||
if (Format != TEX_FORMAT.ASTC_8x5_UNORM)
|
||||
BlockHeightLog2 -= 1;
|
||||
|
||||
Console.WriteLine("blkHeight " + blkHeight);
|
||||
|
|
Loading…
Reference in a new issue