diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index 1400f0129..6b0841c7d 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -14,11 +14,11 @@ #include "../../source/compiler-core/slang-command-line-args.h" -#include "slang-gfx.h" +#include <slang-rhi.h> namespace renderer_test { -using namespace gfx; +using namespace rhi; struct Options { |
