forked from suyu/suyu
GPU: Fixed the compression factor for RGBA16F textures.
They're not compressed.
This commit is contained in:
parent
8c99dd055c
commit
14afc704d4
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ struct SurfaceParams {
|
||||||
1, // A2B10G10R10
|
1, // A2B10G10R10
|
||||||
1, // A1B5G5R5
|
1, // A1B5G5R5
|
||||||
1, // R8
|
1, // R8
|
||||||
2, // RGBA16F
|
1, // RGBA16F
|
||||||
4, // DXT1
|
4, // DXT1
|
||||||
4, // DXT23
|
4, // DXT23
|
||||||
4, // DXT45
|
4, // DXT45
|
||||||
|
|
Loading…
Reference in a new issue