Variable MOD289_2Const

MOD289_2: "\nfn mod289_2(x: vec2<f32>) -> vec2<f32> {\n return x - floor(x * (1.0 / 289.0)) * 289.0;\n}\n" = ...

Generated using TypeDoc