Skip to content

Commit 3ccbe32

Browse files
committed
Update README
1 parent e803fac commit 3ccbe32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ rid of most of the big issues, however, it is still quite experimental.
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
8-
- Insane RAM usage. Due to quirks of Minecraft resource loading, *huge* descriptor sets are needed
9-
- Low performance on high render distances. Same as above.
10-
- Some rendering glitches at high framerates
8+
- More RAM usage. Due to quirks of Minecraft resource loading, big descriptor sets are needed. However, this only affects the game startup
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.
1110
## Future improvements
1211
- [ ] Vulkan 1.0 compatibility
13-
- [ ] Renderpass restarting
12+
- [ ] Better descriptor set allocator
13+
- [ ] Further code cleanup
1414
- [ ] More?

0 commit comments

Comments
 (0)