Variable MOD289_3Const

MOD289_3: "\nfn mod289_3(x: vec3<f32>) -> vec3<f32> {\n return x - floor(x * (1.0 / 289.0)) * 289.0;\n}\n" = ...

Generated using TypeDoc