shader-slang / slang

Making it easier to work with shaders
MIT License
1.78k stars 159 forks source link

Add documentation of the auto-diff type system and relevant decorations #4470

Open saipraveenb25 opened 4 days ago

saipraveenb25 commented 4 days ago

Added a draft of all the type system components related to auto-diff. Also added a separate file that discusses all the decorators related to auto-diff and their implementations.

Resolves #4215