summaryrefslogtreecommitdiffstats
path: root/docs/proposals/010-new-diff-type-system.md
Commit message (Collapse)AuthorAge
* Remove the docs/proposals directory (#6313)Anders Leino2025-02-10
| | | | | | | | | | | | | | | | * Remove the docs/proposals directory This directory will get added to the spec repository in the following PR: https://github.com/shader-slang/spec/pull/6 This closes #6155. * Remove entry from .github/CODEOWNERS file * Redirect some proposal references --------- Co-authored-by: Yong He <yonghe@outlook.com>
* Swap the term StdLib with Core-Module or Standard-Module in documents (#5414)Jay Kwak2024-10-25
| | | | This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context.
* Update 010-new-diff-type-system.mdYong He2024-09-05
|
* Proposal: A simpler and more flexible `IDifferentiable` system (#4865)Sai Praveen Bangaru2024-08-20
Designed to work for both value types as well as ref/ptr/buffer types Co-authored-by: Yong He <yonghe@outlook.com>