Browse Source
Merge pull request #1612 from Tinob/master
renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_opengl/gl_rasterizer_cache.h
|
|
|
@ -404,7 +404,7 @@ struct SurfaceParams { |
|
|
|
128, // BC7U |
|
|
|
32, // ASTC_2D_4X4_SRGB |
|
|
|
16, // ASTC_2D_8X8_SRGB |
|
|
|
32, // ASTC_2D_8X5_SRGB |
|
|
|
16, // ASTC_2D_8X5_SRGB |
|
|
|
32, // ASTC_2D_5X4_SRGB |
|
|
|
32, // Z32F |
|
|
|
16, // Z16 |
|
|
|
|