From 43728fbda5b9af19eded18fe82ca67b66cc6d0f7 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 22 Nov 2024 15:14:48 -0800 Subject: Don't treat StrcturedBuffer as a specializable param. (#5645) * Don't treat StrcturedBuffer as a specializable param. * Fix RHI. --- tests/compute/interface-assoc-type-param.slang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/compute/interface-assoc-type-param.slang') diff --git a/tests/compute/interface-assoc-type-param.slang b/tests/compute/interface-assoc-type-param.slang index a234d457f..6f7443e1f 100644 --- a/tests/compute/interface-assoc-type-param.slang +++ b/tests/compute/interface-assoc-type-param.slang @@ -16,7 +16,8 @@ interface IEval uint eval(); } -export struct Impl : IInterface +//TEST_INPUT: type_conformance Impl:IInterface = 0 +struct Impl : IInterface { uint val; struct TEval : IEval -- cgit v1.2.3