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

Cannot apply shaders on AMD 1.16.5 #242

Closed
skyenyaa opened this issue Dec 1, 2022 · 4 comments
Closed

Cannot apply shaders on AMD 1.16.5 #242

skyenyaa opened this issue Dec 1, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@skyenyaa
Copy link

skyenyaa commented Dec 1, 2022

What happened?

Whenever I try to apply shaders to my game I am given the error in the following log, my friends running the same mods on the exact same versions with the same shaders work just fine, they are on NVIDIA where as I am on AMD.
latest.log

Screenshots

No response

Relevant log output

No response

Minecraft Version

Minecraft 1.16.5

Oculus Version

oculus-1.4.3.jar

Rubidium Version

rubidium-0.2.10.jar

Operating System

Windows 11

What is your GPU?

AMD Radeon 5700XT

Java Version

Java 8

Additional context

No response

@skyenyaa skyenyaa added the bug Something isn't working label Dec 1, 2022
@joshua-software-dev
Copy link

See here:
#240

@Lolothepro
Copy link

could be fixed by IrisShaders@5a06dbc

@joshua-software-dev
Copy link

Partially, but due to the line:

gl_FragColor = vec4(mix(, currentDepth, decay2), 0, 0, 0);

and this one, in the equivalent iris branch:

https://github.com/IrisShaders/Iris/blob/5a06dbc4af0cb1c0f3edbf24ad1c36ccf2009430/src/main/resources/centerDepth.fsh#L30

being seemingly malformed for the more strict opengl compilers (ex. Mesa on linux), the PR I submitted is a more complete fix.

@Asek3
Copy link
Owner

Asek3 commented Jan 5, 2023

Fixed in 1.4.5

@Asek3 Asek3 closed this as completed Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants