https://github.com/shader-slang/slang
Raw File
Tip revision: 2700a89f8c80620f1d523563cc80ec0da39e9761 authored by jsmall-nvidia on 23 October 2018, 00:48:59 UTC
Fix problem with __import not working (#688)
Tip revision: 2700a89
.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