From 58cea79d8622a08b0887dbfda8f8042e42679c8f Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 29 Jan 2020 09:02:55 -0500 Subject: Feature/test for double behavior (#1186) * Split out binding writing. * Pass in the entry type. * Take into account output type with -output-using-type Added GPULikeBindRoot Added dxbc-double-problem test. * Add the dxbc-double-problem test. --- tools/render-test/options.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/render-test/options.cpp') diff --git a/tools/render-test/options.cpp b/tools/render-test/options.cpp index 4d5d83ce5..fb433048c 100644 --- a/tools/render-test/options.cpp +++ b/tools/render-test/options.cpp @@ -185,6 +185,10 @@ SlangResult parseOptions(int argc, const char*const* argv, Slang::WriterHelper s gOptions.adapter = *argCursor++; } + else if (strcmp(arg, "-output-using-type") == 0) + { + gOptions.outputUsingType = true; + } else if (strcmp(arg, "-compute-dispatch") == 0) { if (argCursor == argEnd) -- cgit v1.2.3