Added uround to GTC_integer, fast round on positive values
This commit is contained in:
@@ -599,7 +599,7 @@ namespace round_
|
||||
int test()
|
||||
{
|
||||
int Error = 0;
|
||||
|
||||
|
||||
{
|
||||
float A = glm::round(0.0f);
|
||||
Error += A == 0.0f ? 0 : 1;
|
||||
|
||||
Reference in New Issue
Block a user