Symbolic Differentiation in GPU Shaders

  • Brian Guenter ,
  • John Rapp ,
  • Mark Finch

MSR-TR-2011-31 |

论文与出版物

Derivatives arise frequently in graphics and scientific computation applications. As GPU’s become more widely used for scientific computation the need for derivatives can be expected to increase. To meet this need we have added symbolic differentiation as a built in language feature in the HLSL shading language. The symbolic derivative is computed at compile time so it is available in all types of shaders (geometry, pixel, vertex, etc.). The algorithm for computing the symbolic derivative is simple and has reasonable compilation and run time overhead.

论文与出版物下载

Examples of HLSL Symbolic-Differentiation Programs

25 7 月, 2011

Procedural Texture

Demonstrates procedural surfaces and textures defined using symbolic differentiation.