summaryrefslogtreecommitdiffstats
path: root/examples/autodiff-texture/reconstruct.slang
Commit message (Collapse)AuthorAge
* Improve documentation and example formatting consistency (#4299)Matthew Moulton2024-06-07
| | | | | | * Improve doc and example consistency Improve consistency of formatting in example shaders and remove trailing spaces in documentation files. Fix minor typos.
* Add texture tri-linear autodiff example. (#2715)Yong He2023-03-21
* Add quad texture example. * delete output image * remove irrelavent files * update project files * fix * Update example. * Fix. * remove out-texture --------- Co-authored-by: Yong He <yhe@nvidia.com>