VulkanMod

VulkanMod

357k Downloads

Top 10 Things To Add

Bipbip2109 opened this issue ยท 9 comments

commented

Top Cinco

Hello guys, today we have a top Cinco epic things to add to the hit mod Vulkanmod :

Uno 1 ] Anti-Aliasing methods (FXAA, TAA, SSAA, MSAA, MLAA, CMAA...)
Dos 2 ] Texture Filtering methods (Bilinear, Trilinear, Anisotropic...)
Tres 3 ] More Mipmap levels
Cuatro 4] Mesh Shaders (VK_EXT_mesh_shader)
Cinco 5 ] Upscaling methods (FSR, DLSS, XESS, CAS, TAAU...)

commented

I donโ€™t think vkmod needs fsr compat built in and afaik mc isnโ€™t fill limited. Thatโ€™d probably help on ray traced games

commented

There are not actually 10 things I lied

commented

I don't think it is as important as it seems. There is still a lot of performance left with much simpler methods, like greedy meshing or LODs, that are not as hard to implement.

LOD looks horrible in Minecraft since the game already has pretty much the lowest amount of vertices possible per block and merging multiple blocks together will just look awful if you pay any sort of attention to the screen in front of you (Example: Distant Horizons).

Greedy meshing would be nice tho

commented

Why do you specifically want 'Mesh Shaders'?

commented

Why do you specifically want 'Mesh Shaders'?

#257

commented

I don't think it is as important as it seems. There is still a lot of performance left with much simpler methods, like greedy meshing or LODs, that are not as hard to implement.

commented

I don't think it is as important as it seems. There is still a lot of performance left with much simpler methods, like greedy meshing or LODs, that are not as hard to implement.

LOD looks horrible in Minecraft since the game already has pretty much the lowest amount of vertices possible per block and merging multiple blocks together will just look awful if you pay any sort of attention to the screen in front of you (Example: Distant Horizons).

Greedy meshing would be nice tho

true, LODs look fine until you install a zoom mod.

commented

LODs look fine until you install a zoom mod.

LODs look fine even with a zoom mod if we speak about LODs in Voxy. Distant Horizons is a bad example.

commented

#495

Ray tracing support would also be great.