diff options
Diffstat (limited to 'source/slang/type-layout.h')
| -rw-r--r-- | source/slang/type-layout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/type-layout.h b/source/slang/type-layout.h index a66d59801..7f662bdee 100644 --- a/source/slang/type-layout.h +++ b/source/slang/type-layout.h @@ -596,6 +596,7 @@ struct LayoutRulesFamilyImpl virtual LayoutRulesImpl* getParameterBlockRules() = 0; virtual LayoutRulesImpl* getRayPayloadParameterRules() = 0; + virtual LayoutRulesImpl* getCallablePayloadParameterRules() = 0; virtual LayoutRulesImpl* getHitAttributesParameterRules()= 0; }; |
