Revision 44ab0952f0321e2a3b988cc9b3f502c7ab440e5a authored by winmad on 23 March 2023, 05:04:28 UTC, committed by GitHub on 23 March 2023, 05:04:28 UTC
* Duplicate an example of differentiating Falcor's material system

* Add a second BSDF

* WIP: update test; grad didn't pass through

* Finalize test

---------

Co-authored-by: Lifan Wu <lifanw@nvidia.com>
1 parent 259a015
Raw File
make-slang-tag-version.bat
@echo off
:: Generate slang version files 
git describe --tags > slang-tag-version.txt
set /p SLANG_TAG_VERSION=<slang-tag-version.txt
echo #define SLANG_TAG_VERSION "%SLANG_TAG_VERSION%" > slang-tag-version.h
back to top