https://github.com/shader-slang/slang
Revision 122d701513e116856bd59c999221ce36a373d7db authored by Yong He on 01 October 2021, 00:51:56 UTC, committed by GitHub on 01 October 2021, 00:51:56 UTC
* Fix aarch64 release build config.

* Fix for WinAarch64 build.

* Update premake for embed-std-lib build on aarch64.

* `platform` fix for aarach64 build.

* Try revert back to use absolute output path for slang-stdlib-generated.h

* Fix

* fix

Co-authored-by: Yong He <yhe@nvidia.com>
1 parent aa8f7b8
Raw File
Tip revision: 122d701513e116856bd59c999221ce36a373d7db authored by Yong He on 01 October 2021, 00:51:56 UTC
Fix GitHub release (#1956)
Tip revision: 122d701
.gitmodules
[submodule "external/glslang"]
	path = external/glslang
	url = https://github.com/shader-slang/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
[submodule "external/slang-binaries"]
	path = external/slang-binaries
	url = https://github.com/shader-slang/slang-binaries
[submodule "external/spirv-tools"]
	path = external/spirv-tools
	url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "external/spirv-headers"]
	path = external/spirv-headers
	url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "external/miniz"]
	path = external/miniz
	url = https://github.com/richgel999/miniz
[submodule "external/lz4"]
	path = external/lz4
	url = https://github.com/lz4/lz4
back to top