-
Notifications
You must be signed in to change notification settings - Fork 100
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
Comments
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 |
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. |
I can see 3 ways this will happen |
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?
The text was updated successfully, but these errors were encountered: