diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index 81617630f..0731a5dc9 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -10,9 +10,18 @@ typedef uintptr_t UInt; enum class Mode { + // Slang being used as an HLSL-ish compiler Slang, + + // Raw HLSL or GLSL input, bypassing Slang HLSL, GLSL, + + // Raw HLSL or GLSL input, passed through the Slang rewriter + HLSLRewrite, + GLSLRewrite, + + // Slang/HLSL input -> GLSL output GLSLCrossCompile, }; |
