diff options
Diffstat (limited to 'source/slang/type-layout.h')
| -rw-r--r-- | source/slang/type-layout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/type-layout.h b/source/slang/type-layout.h index 32ee41784..fa874cb80 100644 --- a/source/slang/type-layout.h +++ b/source/slang/type-layout.h @@ -738,6 +738,8 @@ struct LayoutRulesFamilyImpl virtual LayoutRulesImpl* getRayPayloadParameterRules() = 0; virtual LayoutRulesImpl* getCallablePayloadParameterRules() = 0; virtual LayoutRulesImpl* getHitAttributesParameterRules()= 0; + + virtual LayoutRulesImpl* getShaderRecordConstantBufferRules() = 0; }; struct TypeLayoutContext |
