Skip to content

Commit

Permalink
updates special formats
Browse files Browse the repository at this point in the history
  • Loading branch information
bj-rn committed Nov 14, 2023
1 parent e7909d5 commit a9c1901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified lib/net6.0-windows/TexConvGuiHelper.dll
Binary file not shown.
7 changes: 4 additions & 3 deletions src/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,12 @@ public enum DXGI_FORMAT
A4B4G4R4_UNORM,

// Special Formats
FORMAT_DXT5_NM, // BC3n or DXT5nm
FORMAT_DXT5_RXGB,
BC3n, // FORMAT_DXT5_NM
DXT5nm, // FORMAT_DXT5_NM
RXGB, //FORMAT_DXT5_RXGB


DXGI_FORMAT_UNKNOWN
//DXGI_FORMAT_UNKNOWN
}


Expand Down

0 comments on commit a9c1901

Please sign in to comment.