mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Add scaled mip-chain for sdf textures
This commit is contained in:
@@ -1060,7 +1060,7 @@ namespace bimg
|
||||
{ NULL, NULL }, // ASTC10x5
|
||||
{ NULL, NULL }, // Unknown
|
||||
{ NULL, NULL }, // R1
|
||||
{ bx::packR8, bx::unpackR8 }, // A8
|
||||
{ bx::packA8, bx::unpackA8 }, // A8
|
||||
{ bx::packR8, bx::unpackR8 }, // R8
|
||||
{ bx::packR8I, bx::unpackR8I }, // R8I
|
||||
{ bx::packR8U, bx::unpackR8U }, // R8U
|
||||
|
||||
Reference in New Issue
Block a user