https://github.com/shader-slang/slang
Revision 76b9ff6e65b4bd2be04a5bab0eb1464455c4b3ff authored by jsmall-nvidia on 16 March 2020, 19:01:21 UTC, committed by GitHub on 16 March 2020, 19:01:21 UTC
Support for cs_6_5 cand cs_6_4 in profile
Added wave-multi-prefix.slang etst
1 parent 256a20a
Raw File
Tip revision: 76b9ff6e65b4bd2be04a5bab0eb1464455c4b3ff authored by jsmall-nvidia on 16 March 2020, 19:01:21 UTC
CUDA support of MultiPrefix Wave intrinsics. (#1275)
Tip revision: 76b9ff6
.gitmodules
[submodule "external/glslang"]
	path = external/glslang
	url = https://github.com/shader-slang/glslang.git
[submodule "external/tinyobjloader"]
	path = external/tinyobjloader
	url = https://github.com/syoyo/tinyobjloader
[submodule "external/glm"]
	path = external/glm
	url = https://github.com/g-truc/glm.git
[submodule "external/imgui"]
	path = external/imgui
	url = https://github.com/ocornut/imgui.git
[submodule "external/slang-binaries"]
	path = external/slang-binaries
	url = https://github.com/shader-slang/slang-binaries
[submodule "external/spirv-tools"]
	path = external/spirv-tools
	url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "external/spirv-headers"]
	path = external/spirv-headers
	url = https://github.com/KhronosGroup/SPIRV-Headers.git
back to top