Explorar el Código

GPU: Fixed the compression factor for RGBA16F textures.

They're not compressed.
Subv hace 8 años
padre
commit
14afc704d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video_core/renderer_opengl/gl_rasterizer_cache.h

+ 1 - 1
src/video_core/renderer_opengl/gl_rasterizer_cache.h

@@ -104,7 +104,7 @@ struct SurfaceParams {
             1, // A2B10G10R10
             1, // A1B5G5R5
             1, // R8
-            2, // RGBA16F
+            1, // RGBA16F
             4, // DXT1
             4, // DXT23
             4, // DXT45