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/graphics-app-framework/gui.h | 2 +- tools/graphics-app-framework/model.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/graphics-app-framework') diff --git a/tools/graphics-app-framework/gui.h b/tools/graphics-app-framework/gui.h index 4fd1ca150..3ef2b0ba5 100644 --- a/tools/graphics-app-framework/gui.h +++ b/tools/graphics-app-framework/gui.h @@ -1,7 +1,7 @@ // gui.h #pragma once -#include "tools/gfx/render.h" +#include "slang-gfx.h" #include "vector-math.h" #include "window.h" #include "slang-com-ptr.h" diff --git a/tools/graphics-app-framework/model.h b/tools/graphics-app-framework/model.h index 44c8f0aab..412f10a1d 100644 --- a/tools/graphics-app-framework/model.h +++ b/tools/graphics-app-framework/model.h @@ -1,7 +1,7 @@ // model.h #pragma once -#include "tools/gfx/render.h" +#include "slang-gfx.h" #include "vector-math.h" #include "slang-com-ptr.h" #include -- cgit v1.2.3