mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
NUTEXB: Support BC4
This commit is contained in:
parent
f17b4280a4
commit
15594e967b
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue