Skip to content

glsl: rename has_implicit_uint_to_int_conversion to *_int_to_uint_*

There is no uint to int implicit conversion in glsl, this is just a typo in the name of this function. The correct one would be: has_implicit_int_to_uint_conversion.

I was reading a code and the name it confused me for a moment.

@kusma

Merge request reports