summaryrefslogtreecommitdiff
path: root/source/slang/slang.vcxproj
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2020-08-07 18:36:01 -0700
committerGitHub <noreply@github.com>2020-08-07 18:36:01 -0700
commitdd980b492aba9ea1540193434184489d9d04608d (patch)
tree2974ad7462bc540729f1685ea6cf31d337f39648 /source/slang/slang.vcxproj
parent20af567033dedea15abb22fb7d344d116d7b99c5 (diff)
AnyValue packing/unpacking pass. (#1480)
* AnyValue packing/unpacking pass. * Add diagnostic for types that does not fit in required AnyValueSize. * Add expected test result * Fix warnings.
Diffstat (limited to 'source/slang/slang.vcxproj')
-rw-r--r--source/slang/slang.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj
index 8df498a11..97f4bba25 100644
--- a/source/slang/slang.vcxproj
+++ b/source/slang/slang.vcxproj
@@ -221,6 +221,7 @@
<ClInclude Include="slang-glsl-extension-tracker.h" />
<ClInclude Include="slang-hlsl-intrinsic-set.h" />
<ClInclude Include="slang-image-format-defs.h" />
+ <ClInclude Include="slang-ir-any-value-marshalling.h" />
<ClInclude Include="slang-ir-bind-existentials.h" />
<ClInclude Include="slang-ir-byte-address-legalize.h" />
<ClInclude Include="slang-ir-clone.h" />
@@ -323,6 +324,7 @@
<ClCompile Include="slang-file-system.cpp" />
<ClCompile Include="slang-glsl-extension-tracker.cpp" />
<ClCompile Include="slang-hlsl-intrinsic-set.cpp" />
+ <ClCompile Include="slang-ir-any-value-marshalling.cpp" />
<ClCompile Include="slang-ir-bind-existentials.cpp" />
<ClCompile Include="slang-ir-byte-address-legalize.cpp" />
<ClCompile Include="slang-ir-clone.cpp" />
@@ -404,4 +406,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project> \ No newline at end of file