A C# math library providing vector types and math functions with a shader like syntax. Used by the Burst compiler to compile C#/IL to highly efficient native code. In addition to this, the Burst ...
Working with shader files often requires using #if preprocessor directives to generate different shader variants. These branches can be used to introduce conditional behaviour for different platforms, ...