diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index a14acec15..82c018f66 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -9,6 +9,8 @@ namespace renderer_test { +using namespace slang_graphics; + struct Options { enum @@ -25,7 +27,7 @@ struct Options // Raw HLSL or GLSL input, bypassing Slang Native, }; - + enum class ShaderProgramType { |
