├── .gitattributes ├── .gitignore ├── LICENCE.txt ├── README.txt └── ShaderFastMathLib.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaldrobot/ShaderFastLibs/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaldrobot/ShaderFastLibs/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaldrobot/ShaderFastLibs/HEAD/LICENCE.txt -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaldrobot/ShaderFastLibs/HEAD/README.txt -------------------------------------------------------------------------------- /ShaderFastMathLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaldrobot/ShaderFastLibs/HEAD/ShaderFastMathLib.h --------------------------------------------------------------------------------