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

revert glslang changes from 58b22b0 which broke some shaders #10843

Closed
wants to merge 1 commit into from
Closed

revert glslang changes from 58b22b0 which broke some shaders #10843

wants to merge 1 commit into from

Conversation

hizzlekizzle
Copy link
Contributor

@hizzlekizzle hizzlekizzle commented Jun 12, 2020

Description

It appears that 58b22b0 caused some problems with slang shaders. Specifically, it broke the presets/scalefx+rAA+aa.slangp shader, which reports this error:

[ERROR] ERROR: scalefx-pass0.slang:97: 'texel offset' : value is out of range: [gl_MinProgramTexelOffset, gl_MaxProgramTexelOffset]
ERROR: scalefx-pass0.slang:97: 'texel offset' : value is out of range: [gl_MinProgramTexelOffset, gl_MaxProgramTexelOffset]

Related Issues

This has been reported on the forums but nowhere else AFAIK.

Related Pull Requests

No related PRs.

Reviewers

@twinaphex

@inactive123
Copy link
Contributor

I believe this commit should fix it instead -

c2044be

let me know if this works. The shader preset works again on my end at least with this change. I'd rather us go with this commit since that way I don't have to revert all the beneficial changes I made here.

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

Successfully merging this pull request may close these issues.

None yet

3 participants