VulkanMod
VulkanMod copied to clipboard
Drawing mode fixes and DEBUG_LINES support
This fixes mods the likes of Ad Astra amongst other problems.
TBH I was also going to open a PR on this issue But this adds more draw modes, while my version only added Lines, so this is the better PR imho
Will link my branch anyway, just in case it is useful as a reference: https://github.com/thr3343/VulkanMod/tree/DrawMode
MiniHUD works fine now
I wanted to thank you for your work, I'm interested in merging this PR as it resolves a compatibility issue I haven't got around to fix yet.
LINES mode is still a bit fishy so don't merge it yet until we figure it out :-)
LINES mode is still a bit fishy so don't merge it yet until we figure it out :-)
That's OK, just closed my review as it was outdated
For LINES you can try quadsIndexBuffer instead of linesIndexBuffer, but oytl tested two mods with that thus far, so haven't tested that very thoroughly
@thr3343 using that only helps with the F3 cursor for me, MiniHUD still has some quirks