Skip to content

Commit

Permalink
Updated ANGLE is temporaily disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jan 9, 2024
1 parent 2c80d42 commit 7387053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_pojavlauncher/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
<string name="mcl_setting_renderer_gles2_4">Holy GL4ES - (all versions, fast)</string>
<string name="mcl_setting_renderer_vulkan_zink">Zink (Vulkan) - (all versions, mid)</string>
<string name="mcl_setting_renderer_angle">ANGLE (Vulkan) - (1.17+ only, fast)</string>
<string name="mcl_setting_renderer_angle_new">Updated ANGLE (Vulkan) - (1.17+ only, mid)</string>
<string name="mcl_setting_renderer_angle_new">Updated ANGLE (Vulkan, temporarily disabled) - (1.17+ only, mid)</string>
<string name="mcl_setting_renderer_panfrost">Panfrost (Mali Gx10 only) - (all versions, mid)</string>
<string name="mcl_setting_renderer_freedreno">Freedreno (Adreno) - (all versions, mid)</string>
<string name="mcl_setting_renderer_softpipe">softpipe (CPU) - (all versions, very slow)</string>
<string name="mcl_setting_renderer_virgl">virglrenderer (NOT IMPLEMENTED!) - (all versions, mid)</string>
<string name="mcl_setting_renderer_vulkan_zink_legacy">Legacy Zink - (all versions, slow)</string>
<string name="mcl_setting_renderer_vulkan_zink_legacy">Legacy Zink (Vulkan) - (all versions, slow)</string>
<string name="mcl_setting_renderer_panfrost_new">Panfrost UMP (BROKEN!) - (all versions, mid)</string>
<string name="mcl_setting_renderer_vgpu">vgpu (BROKEN) - (up to 1.16.5, fast)</string>

Expand Down

3 comments on commit 7387053

@Vera-Firefly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you should choose to use the openjdk-build I have there, I make sure it's up to date.

@Vera-Firefly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the lwjgl3, which eliminates repeated compilation

@Vera-Firefly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will reduce compilation times

Please sign in to comment.