Fixed ULP declaration

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 8e4dcece16
commit 1dd9532605
  1. 2
      glm/gtx/ulp.hpp

@ -32,7 +32,7 @@ namespace glm
//! Return the number of ULP between 2 variables.
//! From GLM_GTX_ulp extension.
template <typename genType>
genIType ulp(
std::size_t ulp(
genType const & a,
genType const & b);

Loading…
Cancel
Save