We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug min and max (and likely others) not recognized for i64 and u64
To Reproduce
int64_t min_v(i64vec2 value){ return min(value.x, value.y); }
Says "Incompatible types, required int64_t, found: double"
Expected behavior I expect the plugin to recognize the builtin function for i64 and u64, and produce no errors.
Screenshots N/A
Versions Clion 2022.3, Plugin 1.23
The text was updated successfully, but these errors were encountered:
This is a direct consequence of #175 - no/partial support for GL_EXT_shader_explicit_arithmetic_types.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
min and max (and likely others) not recognized for i64 and u64
To Reproduce
Says "Incompatible types, required int64_t, found: double"
Expected behavior
I expect the plugin to recognize the builtin function for i64 and u64, and produce no errors.
Screenshots
N/A
Versions
Clion 2022.3,
Plugin 1.23
The text was updated successfully, but these errors were encountered: