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/shader-toy/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/shader-toy/main.cpp') diff --git a/examples/shader-toy/main.cpp b/examples/shader-toy/main.cpp index 2bbc59113..89aa74ccb 100644 --- a/examples/shader-toy/main.cpp +++ b/examples/shader-toy/main.cpp @@ -19,7 +19,7 @@ using Slang::ComPtr; // this layer is *not* required or assumed when using the Slang language, // compiler, and API. // -#include "gfx/render.h" +#include "slang-gfx.h" #include "tools/graphics-app-framework/window.h" #include "source/core/slang-basic.h" -- cgit v1.2.3