yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
2491ac5f4
master
1*.exe 2*.pdb 3.vs 4.vscode 5*.VC.opendb 6*.VC.db 7*.vcxproj.user 8*.sdf 9*.ilk 10*.obj 11*.slang-module 12*.zip 13*.ini 14*.DS_store 15.direnv 16.envrc 17.gdb_history 18.vimspector 19.vimspector.json 20compile_commands.json 21 22bin/ 23intermediate/ 24build.*/ 25build-*/ 26build/ 27Makefile 28 29# Files generated by test runner. 30# 31# Note: in some cases a `.expected` file needs to be checked in, but 32# trying to exhaustively enumerate those cases is hard with the 33# way the tests are currently sorted. 34 35*.actual 36*.expected 37*.expected.png 38*.actual.png 39*.actual.txt 40*.slang-repro 41*.slang-ast 42 43tests/**/*.exp 44tests/**/*.lib 45tests/**/*.dll 46tests/**/*.cpp 47tests/**/*.slang-lib 48tests/**/*.slang-module 49 50# Files automatically written and saved by a gfx test 51 52tools/gfx-unit-test/test-tmp-* 53 54# Files written by slangc 55*.slang-ast 56 57# Files generated by other shader compilers 58 59*.spv 60*.spv-asm 61*.glsl 62*.hlsl 63*.metal 64*.wgsl 65 66# Intermediate source files generated during build process 67/source/slang/slang-generated-*.h 68/source/slang/slang-lookup-*.cpp 69/source/slang/*.meta.slang.h 70prelude/*.h.cpp 71/source/slang/cpp.hint 72/source/slang/slang-value-generated.h 73/source/slang/slang-value-generated-macro.h 74/source/slang/slang-ref-object-generated.h 75/source/slang/slang-ref-object-generated-macro.h 76/source/slang/slang-ast-generated.h 77/source/slang/slang-ast-generated-macro.h 78/docs/_site 79/docs/Gemfile.lock 80/docs/Gemfile 81/docs/stdlib-reference 82/source/slang/slang-core-module-generated.h 83 84/examples/heterogeneous-hello-world/shader.cpp 85/multiple-definitions.hlsl 86/external/slang-llvm/ 87/external/slang-glslang/ 88/external/mimalloc/ 89 90build/**/*.tlog 91build/**/*.lastbuildstate 92build/**/*.recipe 93build/**/*.log 94*.dll 95*.dxil 96/tests/serialization/*.map 97 98.cache 99vkd3d-proton.cache 100vkd3d-proton.cache.write 101*_d3d11.log 102*_dxgi.log 103 104# Vim temporary files 105*~ 106.*.swp 107.*.swo 108 109# Claude local settings 110/.claude/settings.local.json 111 112# Other temporary files 113/generators 114/lock 115/tests/library/linked.spirv