From cd20e94af9f384c03e8be69f6c8ce9e97212cc9b Mon Sep 17 00:00:00 2001 From: Devon Date: Thu, 27 Feb 2025 18:52:14 -0700 Subject: Add inner texture type to reflection json (#6416) * Add inner texture type to reflection json * Add expected result of test * Adjust test expected results * Fix ci test result --------- Co-authored-by: Yong He --- tests/cross-compile/cpp-resource-reflection.slang.64.expected | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/cross-compile/cpp-resource-reflection.slang.64.expected') diff --git a/tests/cross-compile/cpp-resource-reflection.slang.64.expected b/tests/cross-compile/cpp-resource-reflection.slang.64.expected index b863827e9..4ded43e3e 100644 --- a/tests/cross-compile/cpp-resource-reflection.slang.64.expected +++ b/tests/cross-compile/cpp-resource-reflection.slang.64.expected @@ -95,7 +95,11 @@ standard output = { "binding": {"kind": "uniform", "offset": 24, "size": 8}, "type": { "kind": "resource", - "baseShape": "texture2D" + "baseShape": "texture2D", + "resultType": { + "kind": "scalar", + "scalarType": "float32" + } } }, { -- cgit v1.2.3