https://github.com/shader-slang/slang
Raw File
Tip revision: 453331951b0df2a612f9bc0d68eab2ad786ec5bf authored by Tim Foley on 01 November 2018, 22:08:54 UTC
Add support for a "strict" floating-point mode (#709)
Tip revision: 4533319
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
bin/
intermediate/
build.*/

# Files generated by test runner.
#
# Note: in some cases a `.expected` file needs to be checked in, but
# trying to exhaustively enumerate those cases is hard with the
# way the tests are currently sorted.

*.actual
*.expected
*.expected.png
*.actual.png
*.actual.txt

# Files generated by other shader compilers

*.spv
back to top