From b07f4effda2f87ac9b3229e588121d224fd8cf52 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Fri, 28 Apr 2023 12:00:52 +0800 Subject: Use Index for FuncType param count (#2853) --- source/slang/slang-check-impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/slang/slang-check-impl.h') diff --git a/source/slang/slang-check-impl.h b/source/slang/slang-check-impl.h index b4a779a66..2a78fa999 100644 --- a/source/slang/slang-check-impl.h +++ b/source/slang/slang-check-impl.h @@ -1574,8 +1574,8 @@ namespace Slang struct ParamCounts { - UInt required; - UInt allowed; + Count required; + Count allowed; }; // count the number of parameters required/allowed for a callable -- cgit v1.2.3