https://github.com/shader-slang/slang
Revision 502aa3812a82cf0d091cff0c67804e4ee448ac78 authored by David Siher on 14 September 2021, 16:59:55 UTC, committed by GitHub on 14 September 2021, 16:59:55 UTC
* Bring heterogeneous-hello-world back up to date.

* Reintroduced heterogeneous-hello-world into the premake

* No longer uses compiled bytecode for entry point, instead a loadModule
call is hardocoded with the slang file name.

* Entry point is, similarly, hardcoded for now.

* Added a bypass to slang-legalize-types for an unneeded GPUForeach check

* Run premake and change to relative path

* Removed experimental and added README

Co-authored-by: Yong He <yonghe@outlook.com>
1 parent d9d4287
History
Tip revision: 502aa3812a82cf0d091cff0c67804e4ee448ac78 authored by David Siher on 14 September 2021, 16:59:55 UTC
Bring heterogeneous-hello-world back up to date. (#1935)
Tip revision: 502aa38
File Mode Size
.github
build
docs
examples
external
extras
prelude
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 1.1 KB
.gitmodules -rw-r--r-- 951 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 6.1 KB
github_build.sh -rw-r--r-- 495 bytes
github_test.sh -rw-r--r-- 993 bytes
premake.bat -rw-r--r-- 120 bytes
premake5.lua -rw-r--r-- 49.2 KB
slang-com-helper.h -rw-r--r-- 4.9 KB
slang-com-ptr.h -rw-r--r-- 4.9 KB
slang-gfx.h -rw-r--r-- 52.2 KB
slang-tag-version.h -rw-r--r-- 36 bytes
slang.h -rw-r--r-- 177.2 KB
slang.sln -rw-r--r-- 23.8 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top