From f428a058ea48535a323c32d206ebc7e551c3c3e9 Mon Sep 17 00:00:00 2001 From: Simon Kallweit <64953474+skallweitNV@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:50:19 +0200 Subject: Draft: integrate slang-rhi (#4970) * add slang-rhi submodule * refactor render-test to use slang-rhi and remove OpenGL support * remove -vk -glsl tests * remove gl test * disable failing test * allow recursive submodules in github actions * update slang-rhi * update slang-rhi --------- Co-authored-by: Yong He --- tools/render-test/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/render-test/options.h') 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 namespace renderer_test { -using namespace gfx; +using namespace rhi; struct Options { -- cgit v1.2.3