summaryrefslogtreecommitdiffstats
path: root/tools/render-test/options.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-06-12 12:28:12 -0700
committerGitHub <noreply@github.com>2017-06-12 12:28:12 -0700
commitd1f11a29f8a48eecd47ac64c8635ed062cba982d (patch)
treeb929d3d7f77da2ba538846f598e7eeb0a302b0cc /tools/render-test/options.h
parent4d63b6fe73018ae253bbef0075478f5989ad279a (diff)
parent5fe2cf3279c279750d4821a9fa97bdbbe876e568 (diff)
Merge pull request #2 from tfoleyNV/glsl-render-test
GLSL: get GLSL limping in `render-test`
Diffstat (limited to 'tools/render-test/options.h')
-rw-r--r--tools/render-test/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index ffb07bc93..81617630f 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -12,6 +12,7 @@ enum class Mode
{
Slang,
HLSL,
+ GLSL,
GLSLCrossCompile,
};