PojavLauncher icon indicating copy to clipboard operation
PojavLauncher copied to clipboard

Custom GLSL

Open RzdPai opened this issue 1 year ago • 4 comments

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

RzdPai avatar Aug 07 '24 01:08 RzdPai

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

CowSheep72 avatar Aug 09 '24 21:08 CowSheep72

Vera firefly already add it

ghost avatar Aug 13 '24 22:08 ghost

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

ghost avatar Aug 13 '24 22:08 ghost

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

GaucovyAero avatar Aug 14 '24 06:08 GaucovyAero