Revision 4917d71100aafcc38a81cd99d2a44a4cb3a89a0c authored by jsmall-nvidia on 15 November 2022, 20:27:28 UTC, committed by GitHub on 15 November 2022, 20:27:28 UTC
* #include an absolute path didn't work - because paths were taken to always be relative.

* Fixes around MakeMiss.

* Add preliminary support for HitObject::MakeHit.

* Make Nop.

* Add HitObject::TraceRay.

* HitObject::Invoke for VK.

* Remove line numbers from SER GLSL output.

* Add support for HitObjectAttributes
Add support for GLSL HitObject.GetAttributes<T>()
Simplified code around getting locations.

* Be more explicit about requiring GL_EXT_ray_tracing in SER.

* Split out LocationTracker from CLikeEmitter.

* Small doc improvements.

* Add motion ray support.

* Use inlining to get correct GLSL behavior around hitObjectNV.

* Add assignment HitObject test.

* Add a HitObject array test. Shows doesn't work correctly for VK/GLSL.

* Add call to `hitObjectGetAttributesNV` before getting attributes.
1 parent 7222b6c
History
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.4 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-- 1.1 KB
github_macos_build.sh -rw-r--r-- 1.2 KB
github_test.sh -rw-r--r-- 1.2 KB
make-slang-tag-version.bat -rw-r--r-- 210 bytes
premake.bat -rw-r--r-- 120 bytes
premake5.lua -rw-r--r-- 55.8 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-- 86.8 KB
slang-tag-version.h -rw-r--r-- 36 bytes
slang.h -rw-r--r-- 192.9 KB
slang.sln -rw-r--r-- 40.7 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top