diff options
| author | Yong He <yonghe@outlook.com> | 2025-08-09 09:43:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 16:43:25 +0000 |
| commit | dcdebc1a76a0a6ffbfd6a5805354f8f679c60202 (patch) | |
| tree | 126d60d157e73e401aacf1e13b400b8533ec8828 /source/slang/slang-module.h | |
| parent | fc6aea37483446372425aca8471f0e8bf7c3a910 (diff) | |
Allow specializing entrypoints with generic value args or variadic types from API (#8119)
Closes #8110.
Closes #8011.
Diffstat (limited to 'source/slang/slang-module.h')
| -rw-r--r-- | source/slang/slang-module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-module.h b/source/slang/slang-module.h index 7a71f242d..bd911f0f0 100644 --- a/source/slang/slang-module.h +++ b/source/slang/slang-module.h @@ -451,6 +451,7 @@ protected: RefPtr<SpecializationInfo> _validateSpecializationArgsImpl( SpecializationArg const* args, Index argCount, + Index& outConsumedArgCount, DiagnosticSink* sink) SLANG_OVERRIDE; private: |
