https://github.com/shader-slang/slang
Raw File
Tip revision: b6a54744b6980041de0706fdcd9cba57cb706ff1 authored by Tim Foley on 18 December 2018, 14:57:18 UTC
Fix for byte-address buffers on Vulkan (#760)
Tip revision: b6a5474
.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