Browse Source
Merge pull request #1607 from FearlessTobi/patch-3
renderer_opengl: Correct bpp value for ASTC_2D_8X5
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
|
|
|
@ -395,7 +395,7 @@ struct SurfaceParams { |
|
|
|
64, // RG32UI |
|
|
|
32, // R32UI |
|
|
|
16, // ASTC_2D_8X8 |
|
|
|
32, // ASTC_2D_8X5 |
|
|
|
16, // ASTC_2D_8X5 |
|
|
|
32, // ASTC_2D_5X4 |
|
|
|
32, // BGRA8_SRGB |
|
|
|
64, // DXT1_SRGB |
|
|
|
|