g-truc / glm

OpenGL Mathematics (GLM)
https://glm.g-truc.net
Other
9.1k stars 2.12k forks source link

Implementing fcompMin / fcompMax, closes #1215 #1230

Closed MaxSac closed 7 months ago

MaxSac commented 7 months ago

Draft of an implementation of fcompMin and fcompMax.

christophe-lunarg commented 7 months ago

This PR has been updated with this one: https://github.com/g-truc/glm/pull/1240 To run C.I. tests and fix C++98 support.

Thanks for contributing !