summaryrefslogtreecommitdiffstats
path: root/source/slang/type-layout.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-11-01 13:00:29 -0400
committerYong He <yonghe@outlook.com>2017-11-01 13:00:29 -0400
commitb623864fe609e6912cdd2e350aa70cf7e441e1d3 (patch)
tree3e3d917bf877e8e83f12b04a920b53ed2afdb942 /source/slang/type-layout.cpp
parentb4754152010b99400a2efbd97c9cfbdb7e986cc0 (diff)
parentec41631032b65973e8f92348e0a86bb9924ef981 (diff)
Merge https://github.com/shader-slang/slang
Diffstat (limited to 'source/slang/type-layout.cpp')
-rw-r--r--source/slang/type-layout.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/type-layout.cpp b/source/slang/type-layout.cpp
index 19b9a435e..0825da6b4 100644
--- a/source/slang/type-layout.cpp
+++ b/source/slang/type-layout.cpp
@@ -621,6 +621,8 @@ LayoutRulesFamilyImpl* GetLayoutRulesFamilyImpl(CodeGenTarget target)
case CodeGenTarget::HLSL:
case CodeGenTarget::DXBytecode:
case CodeGenTarget::DXBytecodeAssembly:
+ case CodeGenTarget::DXIL:
+ case CodeGenTarget::DXILAssembly:
return &kHLSLLayoutRulesFamilyImpl;
case CodeGenTarget::GLSL: