VulkanMod icon indicating copy to clipboard operation
VulkanMod copied to clipboard

Add support with sodium

Open sassa7777 opened this issue 3 years ago • 2 comments

Coexist with sodium and make it even faster.

sassa7777 avatar Sep 23 '22 01:09 sassa7777

cannot be done. this replaces the renderer with vulkan, a more modern and faster renderer than opengl. sodium replaces it with a custom opengl renderer. opengl and vulkan cannot coexist.

lucamignatti avatar Sep 23 '22 02:09 lucamignatti

Actually, it is kind of half possible, sodium expose a way to disable parts of it's code/mixins, so it would be possible to disable the parts of Sodium not compatible with VulkanMod.

Sure it will make sodium not 100% because some part of sodium will be disabled, but it is possible.

Fox2Code avatar Sep 23 '22 10:09 Fox2Code

I was told that iris does some vulkan stuff, so you might just get away with using that

UltraBlackLinux avatar Nov 26 '22 21:11 UltraBlackLinux

I was told that iris does some vulkan stuff, so you might just get away with using that

im pretty sure its fully opengl unless extensions are used

Cuteistfox avatar Jan 19 '24 16:01 Cuteistfox

Actually, it is kind of half possible, sodium expose a way to disable parts of it's code/mixins, so it would be possible to disable the parts of Sodium not compatible with VulkanMod.

Sure it will make sodium not 100% because some part of sodium will be disabled, but it is possible.

Well that is not going to be usefull becuase all the optimisations oof sudium that work with vulkan mod are implented by standalone mods

Cuteistfox avatar Jan 19 '24 16:01 Cuteistfox