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

swizzling not supported on linux #1321

Open
Raildex opened this issue Nov 16, 2024 · 0 comments
Open

swizzling not supported on linux #1321

Raildex opened this issue Nov 16, 2024 · 0 comments

Comments

@Raildex
Copy link

Raildex commented Nov 16, 2024

on Windows, the following compiles:

clipport.xy = glm::max(clipport.xy(), parent_vis.xy());
clipport.zw = glm::min(clipport.zw(), parent_vis.zw());

where clipport and parent_vis are vec4.

On linux, this does not work. it complains that you can't assignt to a function call.

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