Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AMD on windows #285

Open
jlucaso1 opened this issue Mar 7, 2025 · 4 comments
Open

Support AMD on windows #285

jlucaso1 opened this issue Mar 7, 2025 · 4 comments

Comments

@jlucaso1
Copy link

jlucaso1 commented Mar 7, 2025

The driver version 25.3.1 launched yesterday should support GL_ARB_fragment_shader_interlock and GL_NV_mesh_shader.
This is the necessary to work with nvidium?

@jlucaso1 jlucaso1 changed the title Support in AMD on windows Support AMD on windows Mar 7, 2025
@ExplosiveGeek77
Copy link

I would also be interested in this, I suspect it should just be changing a few lines of code so that nvidium does not block AMD cards, or something like that.

@KarmaMarazu
Copy link
Collaborator

I would also be interested in this, I suspect it should just be changing a few lines of code so that nvidium does not block AMD cards, or something like that.

nvidium doesnt really check the exact card it checks the extensions it needs to use the mod there might be more then just GL_NV_shader to make it fully work

@ExplosiveGeek77
Copy link

Yeah, I do believe there will need to be a rework now. I just disabled the compatibility check and ran the mod, it loaded the mod but the second you try to load into a world it crashes. I suspect that the GL_ARB_fragment_shader_interlock is not used in the code or something. I have no idea how this mod works though so that is just my theory. Guess we will see when someone smarter than me comes.

@MrPIRY
Copy link

MrPIRY commented Mar 8, 2025

I can see 3 ways this will happen
Either Cortex adds support for AMD because it's not that "hard" to add,
or doesn't add support at all
or just make a completely new mod that only works for AMD GPUs because it'd be an absolute pain to implement it into Nvidium.
But we have to wait and see what Cortex will do, we probably won't see them update Nvidium anytime soon. (is there someone unofficially updating Nvidium?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants