Skip to content
Snippets Groups Projects
Unverified Commit 9049aedd authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #1612 from Tinob/master

renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB
parents b5f8a5f0 e8b565b2
No related branches found
No related tags found
No related merge requests found
...@@ -404,7 +404,7 @@ struct SurfaceParams { ...@@ -404,7 +404,7 @@ struct SurfaceParams {
128, // BC7U 128, // BC7U
32, // ASTC_2D_4X4_SRGB 32, // ASTC_2D_4X4_SRGB
16, // ASTC_2D_8X8_SRGB 16, // ASTC_2D_8X8_SRGB
32, // ASTC_2D_8X5_SRGB 16, // ASTC_2D_8X5_SRGB
32, // ASTC_2D_5X4_SRGB 32, // ASTC_2D_5X4_SRGB
32, // Z32F 32, // Z32F
16, // Z16 16, // Z16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment