VulkanMod icon indicating copy to clipboard operation
VulkanMod copied to clipboard

[Chunk Uploads + Enum Refactors] Improve Chunk upload speed + Refactor MemoryTypes and VkQueues

Open thr3343 opened this issue 10 months ago • 0 comments

Cleans up significant boilerplate in several classes related to MemoryTypes + Queues, and replaces them with a much more readable and easier to use Enum-based system

This PR also corrects a mistake where cached system RAM was used instead of non-cached VRAM for Chunk uploads. Which slightly improves the speed of chunk loading and saving.

thr3343 avatar Apr 06 '24 01:04 thr3343