PojavLauncherTeam / PojavLauncher

A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for Android platform.
GNU General Public License v3.0
6.58k stars 1.26k forks source link

Custom GLSL #5914

Open Rzdpai opened 1 month ago

Rzdpai commented 1 month ago

Is this request related to a bug?

Custom GLSL

Describe the request.

Force the GLSL version to 460 and the GL version to 4.6 can solve the issue of zink crashing on some devices.

Anything else?

No response

CowSheep72 commented 1 month ago

yeah, much easier to use than replacing that one file that contains the overrides i think?

kasrarouhi commented 1 month ago

Vera firefly already add it

kasrarouhi commented 1 month ago

Screenshot_2024-08-14-02-10-07-093_net kdt pojavlaunch firefly-edit

GaucovyAero commented 1 month ago

do it manually via custom env

/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/custom_env.txt

MESA_GL_VERSION_OVERRIDE=4.6
MESA_GLSL_VERSION_OVERRIDE=460