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
Which is incorrect. Additionally, the _mm_movemask_ps logic is confusing (_mm_cmplt_ss only sets the lowest element while _mm_movemask_ps creates a mask from all four elements).
The text was updated successfully, but these errors were encountered:
glm_vec4_refract incorrectly computes
k
. Per GLSL:Stepping through the function:
Which is incorrect. Additionally, the
_mm_movemask_ps
logic is confusing (_mm_cmplt_ss
only sets the lowest element while_mm_movemask_ps
creates a mask from all four elements).The text was updated successfully, but these errors were encountered: