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

Compatibility profile on Mac OS #50

Open
camplowell opened this issue Feb 7, 2024 · 0 comments
Open

Compatibility profile on Mac OS #50

camplowell opened this issue Feb 7, 2024 · 0 comments

Comments

@camplowell
Copy link

Compatibility profile is not natively supported on Mac OS. However, both Iris and Optifine feature GLSL transformers that allow shaders to use compatibility profile all the way up to #version 410. On the other hand, core profile is a second class citizen on both shader mods.

I would like to be able to use the language server for shader development, but the lack of compatibility profile support is stopping me from using it to lint my code.

Likely the only solution to this problem would be to either implement or pull a preprocessing program that converts compatibility profile code into core profile, at least well enough for the purposes of linting.

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

1 participant