https://github.com/shader-slang/slang
Raw File
Tip revision: 3f6609a61465a09ad83ecbab5f59ec9475e5cc81 authored by jsmall-nvidia on 07 March 2019, 16:17:49 UTC
On doing complete rebuild hlsl.meta.slang.h appears to be slightly out of step. (#884)
Tip revision: 3f6609a
.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