mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Fixed ULP declaration
This commit is contained in:
parent
8e4dcece16
commit
1dd9532605
@ -32,7 +32,7 @@ namespace glm
|
|||||||
//! Return the number of ULP between 2 variables.
|
//! Return the number of ULP between 2 variables.
|
||||||
//! From GLM_GTX_ulp extension.
|
//! From GLM_GTX_ulp extension.
|
||||||
template <typename genType>
|
template <typename genType>
|
||||||
genIType ulp(
|
std::size_t ulp(
|
||||||
genType const & a,
|
genType const & a,
|
||||||
genType const & b);
|
genType const & b);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user