From 5f7dc28a6d139487bab4ce61a60f12b3c53b6265 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 19 Feb 2021 10:11:01 -0800 Subject: Make gfx library visible to external user. (#1719) * Make gfx library visible to external user. * Fixup --- tools/render-test/shader-input-layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/render-test/shader-input-layout.h') diff --git a/tools/render-test/shader-input-layout.h b/tools/render-test/shader-input-layout.h index 51463eca6..2c8dbe821 100644 --- a/tools/render-test/shader-input-layout.h +++ b/tools/render-test/shader-input-layout.h @@ -9,7 +9,7 @@ #include "bind-location.h" -#include "render.h" +#include "slang-gfx.h" namespace renderer_test { -- cgit v1.2.3