You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: static_assert failed "'min' only accept floating-point inputs for the interpolator a"
error: static_assert failed "'max' only accept floating-point inputs for the interpolator a"
Since min(genIType, int) and max(genIType, int) are specified by GLSL, I think they should work in GLM even without defining GLM_FORCE_UNRESTRICTED_GENTYPE from #378.
The text was updated successfully, but these errors were encountered:
These used to work in GLM 0.9.7, but don't in GLM 0.9.8:
Since
min(genIType, int)
andmax(genIType, int)
are specified by GLSL, I think they should work in GLM even without definingGLM_FORCE_UNRESTRICTED_GENTYPE
from #378.The text was updated successfully, but these errors were encountered: