https://github.com/shader-slang/slang
Raw File
Tip revision: 7250ed1e73351b6f3f72d6a42a90f2878f78b0f8 authored by Tim Foley on 21 September 2018, 18:12:23 UTC
Remove the "hack sampler" workaround (#648)
Tip revision: 7250ed1
.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