diff options
Diffstat (limited to 'tools/slang-test/options.h')
| -rw-r--r-- | tools/slang-test/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/slang-test/options.h b/tools/slang-test/options.h index aec930e38..bd8ee5499 100644 --- a/tools/slang-test/options.h +++ b/tools/slang-test/options.h @@ -72,6 +72,9 @@ struct Options // force generation of baselines for HLSL tests bool generateHLSLBaselines = false; + // Skip generation of reference images for render tests, assume they already exist + bool skipReferenceImageGeneration = false; + // Whether to skip the step of creating test devices to check if an API is actually available. bool skipApiDetection = false; |
