<<< GLSL common functions | Index | GLSL variable types - containers >>> |
isnan(x) // true is x is not a number (NAN) isinf(x) // returns true if x is infinity floatBitsToInt(x) // converts floating point values to ints intBitstoFloat(x) // converts integers to floating points
<<< GLSL common functions | Index | GLSL variable types - containers >>> |