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 a36e0a809..2c48c4ceb 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -34,7 +34,8 @@ enum enum class ShaderProgramType { Graphics, - Compute + Compute, + GraphicsCompute }; struct Options |
