Update #13 - Big FPS boost for most players

The hotbar, chat, and debug overlays in the game have been optimized and now only require a fraction as much CPU/GPU usage to be displayed on screen
This commit is contained in:
LAX1DUDE
2023-01-18 04:46:49 -08:00
parent bae705ef18
commit 48ba6f6176
20 changed files with 285 additions and 122 deletions

View File

@ -15,13 +15,13 @@
*/
precision lowp int;
precision highp float;
precision lowp float;
precision lowp sampler2D;
in vec2 v_texCoord2f;
in vec4 v_color4f;
out vec4 output4f;
layout(location = 0) out vec4 output4f;
uniform sampler2D u_inputTexture;
uniform vec4 u_colorBias4f;