summaryrefslogtreecommitdiffstats
path: root/tools/render-test/slang-support.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/slang-support.h')
-rw-r--r--tools/render-test/slang-support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/render-test/slang-support.h b/tools/render-test/slang-support.h
index 0ed6216a9..e08440377 100644
--- a/tools/render-test/slang-support.h
+++ b/tools/render-test/slang-support.h
@@ -1,7 +1,7 @@
// slang-support.h
#pragma once
-#include "slang-gfx.h"
+#include <slang-rhi.h>
#include "slang.h"
@@ -10,7 +10,7 @@
namespace renderer_test {
-gfx::StageType translateStage(SlangStage slangStage);
+rhi::StageType translateStage(SlangStage slangStage);
struct ShaderCompileRequest
{