mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
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:
@ -18,7 +18,7 @@ precision lowp int;
|
||||
precision lowp float;
|
||||
precision lowp sampler2D;
|
||||
|
||||
in vec2 a_position2f;
|
||||
layout(location = 0) in vec2 a_position2f;
|
||||
|
||||
out vec2 v_position2f;
|
||||
|
||||
|
Reference in New Issue
Block a user