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 904dacd91..38fabb009 100644 --- a/source/slang/type-layout.h +++ b/source/slang/type-layout.h @@ -456,6 +456,8 @@ public: // a dummy sampler just to appease glslang int bindingForHackSampler = 0; RefPtr<VarDeclBase> hackSamplerVar; + + TargetRequest* targetRequest = nullptr; }; struct LayoutRulesFamilyImpl; |
