https://github.com/shader-slang/slang
Raw File
Tip revision: f33aee2be9017934140da9fdfb0dcde15568b3a8 authored by jsmall-nvidia on 07 March 2019, 21:31:56 UTC
Fix problems with synthesized tests and inconsitent render-test command lines (#885)
Tip revision: f33aee2
.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