From 15594e967b094a8522cee04128718eccddcbe899 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Sun, 2 May 2021 18:52:03 -0400 Subject: [PATCH] NUTEXB: Support BC4 --- File_Format_Library/FileFormats/Texture/NUTEXB.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File_Format_Library/FileFormats/Texture/NUTEXB.cs b/File_Format_Library/FileFormats/Texture/NUTEXB.cs index 658644a5..9ea205ff 100644 --- a/File_Format_Library/FileFormats/Texture/NUTEXB.cs +++ b/File_Format_Library/FileFormats/Texture/NUTEXB.cs @@ -70,8 +70,8 @@ namespace FirstPlugin BC2_SRGB = 0x0495, BC3_UNORM = 0x04a0, BC3_SRGB = 0x04a5, - BC4_UNORM = 0x04b0, - BC4_SNORM = 0x04b5, + BC4_UNORM = 0x0180, + BC4_SNORM = 0x0185, BC5_UNORM = 0x0280, BC5_SNORM = 0x0285, BC6_UFLOAT = 0x04d7,