diff options
Diffstat (limited to 'examples/autodiff-texture/train.slang')
| -rw-r--r-- | examples/autodiff-texture/train.slang | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/autodiff-texture/train.slang b/examples/autodiff-texture/train.slang index e171d3d71..c6a819d2f 100644 --- a/examples/autodiff-texture/train.slang +++ b/examples/autodiff-texture/train.slang @@ -2,12 +2,12 @@ // This class encapsulates a differentiable texture object that uses // hardware sampling for the primal version, but substitutes a reference -// interpolation implementation to generate backward pass. -// +// interpolation implementation to generate backward pass. +// // This specific implementation also makes the choice to use fast fixed point // atomics to accumulate the derivative (suitable for this example, but maybe // not in general) -// +// struct DifferentiableTexture { RWStructuredBuffer<int> accumulateBuffer; // Per-mip-level accumulate buffer |
