diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index ff938e8c4..49e05c440 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -64,7 +64,8 @@ struct Options bool outputUsingType = false; - bool useDXIL = false; + bool useDXBC = false; + bool onlyStartup = false; bool performanceProfile = false; |
