summaryrefslogtreecommitdiffstats
path: root/examples/autodiff-texture/train.slang
Commit message (Collapse)AuthorAge
* Migrate 3 more examples to slang-unit-test (#4927)kaizhangNV2024-08-28
| | | | | | | | | * Convert 'ray-tracing-pipeline' example into slang-test * Convert model-view and 'autodiff-texture' examples to slang-test * Add more error message in RecordReplay test * Fix a shader issue in autodiff-texture
* 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.
* Update autodiff-texture example with one that auto-diffs a reference impl. ↵Sai Praveen Bangaru2023-10-25
| | | | (#3288)
* 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>