summaryrefslogtreecommitdiff
path: root/tests/autodiff/material/diff-falcor-material-system.slang
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-03-23 17:16:32 -0700
committerGitHub <noreply@github.com>2023-03-23 17:16:32 -0700
commit6e4eae1050ab9282b460a33a013652c387c1e585 (patch)
tree98510cd3d5cedc5b6d878d9e7d173c1a346ae3fe /tests/autodiff/material/diff-falcor-material-system.slang
parent50e7d9797d9bf4b98a056d5df128c24dde6e78bd (diff)
Hack handling of primal insts that has a function type. (#2728)
* Update diff-bwd material test * Minor update * Hack handling of primal insts that has a function type. --------- Co-authored-by: winmad <winmad.wlf@gmail.com> Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/autodiff/material/diff-falcor-material-system.slang')
-rw-r--r--tests/autodiff/material/diff-falcor-material-system.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autodiff/material/diff-falcor-material-system.slang b/tests/autodiff/material/diff-falcor-material-system.slang
index 1cb8275fa..875432c28 100644
--- a/tests/autodiff/material/diff-falcor-material-system.slang
+++ b/tests/autodiff/material/diff-falcor-material-system.slang
@@ -1,8 +1,8 @@
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type
+// outputBuffer is defined in IBSDF.slang
//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0], stride=4):out,name=outputBuffer
-RWStructuredBuffer<float> outputBuffer;
import MaterialSystem;
import DiffuseMaterial;