|
|
GLM_FUNC_QUALIFIER vecType<T, P> next_float(vecType<T, P> const & x, vecType<uint, P> const & ulps)
|
|
GLM_FUNC_QUALIFIER vecType<T, P> next_float(vecType<T, P> const & x, vecType<uint, P> const & ulps)
|
|
|
Result[i] = next_float(x[i], ulps[i]);
|
|
Result[i] = next_float(x[i], ulps[i]);
|