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 --- examples/hello-world/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello-world/main.cpp') diff --git a/examples/hello-world/main.cpp b/examples/hello-world/main.cpp index 91c9c0627..49fe2ec67 100644 --- a/examples/hello-world/main.cpp +++ b/examples/hello-world/main.cpp @@ -32,7 +32,7 @@ // with Slang may depend on an application/engine making certain // design choices in their abstraction layer. // -#include "gfx/render.h" +#include "slang-gfx.h" #include "gfx-util/shader-cursor.h" #include "tools/graphics-app-framework/window.h" #include "slang-com-ptr.h" -- cgit v1.2.3