Skip to content

Commit f555606

Browse files
committed
Reorder OPENGL renderer in Renderer.java
1 parent 3c84dd4 commit f555606

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HMCLCore/src/main/java/org/jackhuang/hmcl/game/Renderer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ public enum Renderer {
3030
DEFAULT(null, null, null),
3131

3232
VULKAN(API.VULKAN, null, null),
33+
OPENGL(API.OPENGL, null, null),
34+
3335
LAVAPIPE(API.VULKAN, "lavapipe", "lvp"),
3436

3537
// Currently, Dozen does not support the VK_KHR_push_descriptor feature, so it cannot launch Minecraft 26.2
3638
// Using Dozen can run Minecraft 1.21.11 + VulkanMod, but it will cause the game to crash after playing for a while
3739
// DOZEN(API.VULKAN, "dzn", "dzn"),
3840

39-
OPENGL(API.OPENGL, null, null),
4041
LLVMPIPE(API.OPENGL, "llvmpipe", null),
4142
ZINK(API.OPENGL, "zink", null),
4243
D3D12(API.OPENGL, "d3d12", null),

0 commit comments

Comments
 (0)