Unity-Technologies / Unity.Mathematics

The C# math library used in Unity providing vector types and math functions with a shader like syntax
Other
1.38k stars 156 forks source link

Replace hardcoded values with proper generated strings. #192

Open jlauha opened 3 years ago

jlauha commented 3 years ago

Use the generated zeroStr and oneStr (instead of 0 and 1.0f) in GenerateFastInverseFunction.