summaryrefslogtreecommitdiffstats
path: root/tools/render-test/options.h
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2020-01-29 09:02:55 -0500
committerGitHub <noreply@github.com>2020-01-29 09:02:55 -0500
commit58cea79d8622a08b0887dbfda8f8042e42679c8f (patch)
tree04c2e3e0ea1ec059b61e819987a2014e52050beb /tools/render-test/options.h
parent8b3e3beea66d9773adf11ea2e163577d649f3d7c (diff)
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.
Diffstat (limited to 'tools/render-test/options.h')
-rw-r--r--tools/render-test/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index 1048a29f4..a8b7d5884 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -57,6 +57,8 @@ struct Options
char const* slangArgs[kMaxSlangArgs];
int slangArgCount = 0;
+ bool outputUsingType = false;
+
bool useDXIL = false;
bool onlyStartup = false;