chunksfadein icon indicating copy to clipboard operation
chunksfadein copied to clipboard

Chunks Fade In, doesn't fade in chunks with nvidium installed

Open zndrmn opened this issue 2 years ago • 7 comments

What is the issue? Chunks Fade In, doesn't fade in chunks with nvidium installed

Conditions to reproduce Load up a world and press F3 + A

Does this issue appear only with Sodium, Iris and Chunks Fade In? No, only when nvidium is installed https://modrinth.com/mod/nvidium https://github.com/MCRcortex/nvidium https://github.com/MCRcortex/nvidium/issues/56

Full Minecraft logs

WITHOUT nvidium

https://github.com/kerudion/chunksfadein/assets/77690119/3110fa6a-aeed-470b-88e4-527763827a80

WITH nvidium

https://github.com/kerudion/chunksfadein/assets/77690119/c53c062d-fe61-4d34-8e13-649e48f25950

zndrmn avatar Jul 25 '23 02:07 zndrmn

Well... Nvidium is Incompatible with many graphics mods, but I'm also wondering if this can be fixed

Felix14-v2 avatar Jul 25 '23 06:07 Felix14-v2

I think this will require a rewrite of a pretty big chunk of Chunks Fade In code. But currently I don't have access to a Nvidia GPU, so there is no way for me to fix this issue and test my changes

kerudion avatar Jul 25 '23 11:07 kerudion

damn that sucks that you don't have access to a Nvidia GPU. I guess I should close my issue on Nvidium as not as planned as this seems to be an issue with Chunks fade in, right?

I should say do you think Nvidium could add compatibility on their side or no

zndrmn avatar Jul 25 '23 17:07 zndrmn

I have no idea how mesh shaders work and I'm almost certain that Nvidium developers also can not fix this issue. Probably someone with a Nvidia GPU, experience in modding and mesh shaders can create a pull request that will fix this, but no hopes also

kerudion avatar Jul 25 '23 18:07 kerudion

It is possible its just... not fun to do and would have (probably small) performance impact

MCRcortex avatar Jul 28 '23 10:07 MCRcortex

I was going to report this exact same thing, but I wasn't aware yet that it was nvidium causing the issue, but what I came across was that the mod does work if Iris is installed with a shaders enabled even if nvidium is installed too, im not sure if Iris effectively disables nvidium when a shaderpack is enabled. and if its not perhaps looking through Iris's code could bring some light to this?

OS-Void avatar Jan 22 '24 18:01 OS-Void

As I know, yes, Nvidium is disabled when Iris shader turns on. This is done because Nvidium uses completely different shader pipeline (exclusive to Nvidia GPUs) than Minecraft with Iris/Optifine/etc. Because of that, shaders made for "normal" Minecraft will not work with Nvidium and vice versa. It is actually possible to make shaders specifically for Nvidium, but I don't know if any mod implements this yet.

kerudion avatar Jan 22 '24 18:01 kerudion