From f33aee2be9017934140da9fdfb0dcde15568b3a8 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 7 Mar 2019 16:31:56 -0500 Subject: Fix problems with synthesized tests and inconsitent render-test command lines (#885) * * Check for inconsistent command line options for renderer * Moved RenderApiUtil into core so can be used in slang-test * Make it use the ShaderdLibrary for API testsing * Added some simplifying functions to StringUtil for spliting/comparisons * Refactored the synthesis of rendering tests so that inconsistent combinations are not produced * Add missing slang-render-api-util.cpp & .h * Stop warning on linux about _canLoadSharedLibrary not being used. --- source/slang/slang.vcxproj | 1 + source/slang/slang.vcxproj.filters | 3 +++ 2 files changed, 4 insertions(+) (limited to 'source/slang') diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index ff37c5e09..40306899f 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -224,6 +224,7 @@ + diff --git a/source/slang/slang.vcxproj.filters b/source/slang/slang.vcxproj.filters index f9514ce99..5afd32765 100644 --- a/source/slang/slang.vcxproj.filters +++ b/source/slang/slang.vcxproj.filters @@ -171,6 +171,9 @@ Header Files + + Header Files + Header Files -- cgit v1.2.3