diff options
Diffstat (limited to 'source/slang/type-layout.h')
| -rw-r--r-- | source/slang/type-layout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/slang/type-layout.h b/source/slang/type-layout.h index 262a8c3b1..1a63a4883 100644 --- a/source/slang/type-layout.h +++ b/source/slang/type-layout.h @@ -415,6 +415,9 @@ enum class ShaderParameterKind InputRenderTarget, SamplerState, + + Image, + MutableImage, }; struct SimpleLayoutRulesImpl |
