https://github.com/shader-slang/slang
Raw File
Tip revision: 36742ae0ad8b11e5ae6c2c0c7531b272800e5ff6 authored by Tim Foley on 26 October 2018, 17:58:08 UTC
Work around dxc matrix layout behavior (#694)
Tip revision: 36742ae
.gitmodules
[submodule "external/glslang"]
	path = external/glslang
	url = https://github.com/KhronosGroup/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
back to top