https://github.com/shader-slang/slang
Revision ef067bef2f2188a4b3c420cbcd8d223874888ed2 authored by lucy96chen on 25 August 2022, 16:11:04 UTC, committed by GitHub on 25 August 2022, 16:11:04 UTC
* Fixed math errors in SBT creation causing a ray tracing test to fail with a fully zero output when given a non-zero raygen shader index

* Removed unnecessary code

* raygen memcpy now copies the 32 bytes from srcHandle and zeroes out the remaining 32 bytes due to 64 byte alignment
1 parent ba6f55e
History
Tip revision: ef067bef2f2188a4b3c420cbcd8d223874888ed2 authored by lucy96chen on 25 August 2022, 16:11:04 UTC
Fix for Vulkan ray tracing test using a non-zero raygen shader index (#2380)
Tip revision: ef067be
File Mode Size
.github
build
deps
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.3 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-- 541 bytes
github_macos_build.sh -rw-r--r-- 568 bytes
github_test.sh -rw-r--r-- 1.2 KB
premake.bat -rw-r--r-- 120 bytes
premake5.lua -rw-r--r-- 55.6 KB
slang-com-helper.h -rw-r--r-- 4.9 KB
slang-com-ptr.h -rw-r--r-- 5.0 KB
slang-gfx.h -rw-r--r-- 81.8 KB
slang-tag-version.h -rw-r--r-- 36 bytes
slang.h -rw-r--r-- 188.2 KB
slang.sln -rw-r--r-- 40.5 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top