https://github.com/shader-slang/slang
Raw File
Tip revision: 4cb2a19ef192424c0a4eb205a773624563222383 authored by Tim Foley on 04 October 2018, 23:05:23 UTC
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tip revision: 4cb2a19
.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