https://github.com/shader-slang/slang
Raw File
Tip revision: 3d60cc0ca818556b78f38a59eb5521044b8a6b71 authored by Tim Foley on 01 December 2018, 01:52:52 UTC
Add support for Vulkan raytraicng "shader record" (#735)
Tip revision: 3d60cc0
.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