From 0ee4d4b54732239b946bae7fde32bb21aa5a3ec3 Mon Sep 17 00:00:00 2001 From: "YONGH\\yongh" Date: Fri, 20 Oct 2017 18:24:30 -0400 Subject: in-progress work: allow render-test to generate and bind various resource inputs for running test shaders with arbitrary parameter definitions. This commit contains the parser of the resource input definition. --- tools/render-test/render-test.vcxproj | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tools/render-test/render-test.vcxproj') diff --git a/tools/render-test/render-test.vcxproj b/tools/render-test/render-test.vcxproj index 94af429e8..0b0f6b05e 100644 --- a/tools/render-test/render-test.vcxproj +++ b/tools/render-test/render-test.vcxproj @@ -96,6 +96,8 @@ Level3 Disabled WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../source/ + MultiThreadedDebug Console @@ -109,6 +111,8 @@ Level3 Disabled _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../source/ + MultiThreadedDebug Console @@ -124,6 +128,8 @@ true true WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../source/ + MultiThreaded Console @@ -141,6 +147,8 @@ true true NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../source/ + MultiThreaded Console @@ -154,6 +162,7 @@ + @@ -161,10 +170,14 @@ + + + {f9be7957-8399-899e-0c49-e714fddd4b65} + {db00da62-0533-4afd-b59f-a67d5b3a0808} -- cgit v1.2.3