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
In file glm/gtc/packing.inl line 621 a wrong constant causes invalid outputs. The problem is the 16.f which must be 15.f (Exponent bias).
Possible test: Convert a fine gray gradient into shared exponent RGB9E5 format. There will be invalid dark (near black) lines at certain gray levels.
Please also fix this in the gli library. In gli/external/glm the same bug is present. It is actually gli where I spotted the bug while converting textures.
The text was updated successfully, but these errors were encountered:
In file glm/gtc/packing.inl line 621 a wrong constant causes invalid outputs. The problem is the 16.f which must be 15.f (Exponent bias).
Possible test: Convert a fine gray gradient into shared exponent RGB9E5 format. There will be invalid dark (near black) lines at certain gray levels.
Please also fix this in the gli library. In gli/external/glm the same bug is present. It is actually gli where I spotted the bug while converting textures.
The text was updated successfully, but these errors were encountered: