summaryrefslogtreecommitdiff
path: root/tools/render-test/render-test-tool.vcxproj
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-08-26 15:45:28 -0400
committerGitHub <noreply@github.com>2019-08-26 15:45:28 -0400
commit2c4307a9c1a5d1ec92599bb6afe065636ff81df3 (patch)
treedda2f66dedfefa5b730a65250edff4a6eec66358 /tools/render-test/render-test-tool.vcxproj
parent6a0ca6c6a23b8a29320b86be6aec50263f5d7d97 (diff)
WIP: CPU sample working with Texture2D (#1033)
* WIP: Memory binding. * WIP for binding. * Fix handling of writing to constant buffer. * Fix bug in handling indices.
Diffstat (limited to 'tools/render-test/render-test-tool.vcxproj')
-rw-r--r--tools/render-test/render-test-tool.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/render-test/render-test-tool.vcxproj b/tools/render-test/render-test-tool.vcxproj
index dea8627e3..8ab5d9859 100644
--- a/tools/render-test/render-test-tool.vcxproj
+++ b/tools/render-test/render-test-tool.vcxproj
@@ -179,6 +179,7 @@
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClInclude Include="cpu-memory-binding.h" />
<ClInclude Include="options.h" />
<ClInclude Include="png-serialize-util.h" />
<ClInclude Include="shader-input-layout.h" />
@@ -186,6 +187,7 @@
<ClInclude Include="slang-support.h" />
</ItemGroup>
<ItemGroup>
+ <ClCompile Include="cpu-memory-binding.cpp" />
<ClCompile Include="options.cpp" />
<ClCompile Include="png-serialize-util.cpp" />
<ClCompile Include="render-test-main.cpp" />