Skip to content

Commit 2086488

Browse files
authored
Update README.md
1 parent c17dd97 commit 2086488

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ArtVK
2-
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
33
rid of most of the big issues, however, it is still quite experimental.
44
## AI usage notice
55
AI was in heavy use during the initial development of this mod. Quite a bit of stuff doesn't make sense still,
66
so make sure to check out the code and send changes.
77
## Issues
88
- More RAM usage. Due to quirks of Minecraft resource loading, big descriptor sets are needed. However, this only affects the game startup
99
- 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
1011
## Future improvements
11-
- [ ] Vulkan 1.0 compatibility
1212
- [ ] Better descriptor set allocator
1313
- [ ] Further code cleanup
14-
- [ ] More?
14+
- [ ] More?

0 commit comments

Comments
 (0)