You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Fabric mod for Minecraft 26.2 implements a Blaze3D backend that runs on Vulkan 1.1 devices. I got
2
+
This Fabric mod for Minecraft 26.2 implements a Blaze3D backend that runs on Vulkan 1.0 devices. I got
3
3
rid of most of the big issues, however, it is still quite experimental.
4
4
## AI usage notice
5
5
AI was in heavy use during the initial development of this mod. Quite a bit of stuff doesn't make sense still,
6
6
so make sure to check out the code and send changes.
7
7
## Issues
8
8
- More RAM usage. Due to quirks of Minecraft resource loading, big descriptor sets are needed. However, this only affects the game startup
9
9
- Low performance on high render distances. The mod is limited to a render distance of 8 because the descriptor set allocator isn't mature enough for more.
10
+
- General low performance on some GPUs. The mod currently uses VK_LAYOUT_GENERAL for all images, which destroys FPS on some GPU architectures/drivers
0 commit comments