NUTEXB: Support BC4

This commit is contained in:
KillzXGaming 2021-05-02 18:52:03 -04:00
parent f17b4280a4
commit 15594e967b

View file

@ -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,