From 2c4307a9c1a5d1ec92599bb6afe065636ff81df3 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Mon, 26 Aug 2019 15:45:28 -0400 Subject: 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. --- tools/render-test/render-test-tool.vcxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/render-test/render-test-tool.vcxproj') 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 @@ + @@ -186,6 +187,7 @@ + -- cgit v1.2.3