yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeAdd texture tri-linear autodiff example. (#2715)96caba75e

master
193 B4 linesraw

Autodiff Texture Example

The goal of this example is to demonstrate how to use custom backward derivative functions to propagate derivatives backwards to a texture.

1Autodiff Texture Example
2===========================
3
4The goal of this example is to demonstrate how to use custom backward derivative functions to propagate derivatives backwards to a texture.