summaryrefslogtreecommitdiffstats
path: root/examples/shader-toy/main.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-02-19 10:11:01 -0800
committerGitHub <noreply@github.com>2021-02-19 10:11:01 -0800
commit5f7dc28a6d139487bab4ce61a60f12b3c53b6265 (patch)
tree6a018f40e1c8aef26b08965cc93f545803318517 /examples/shader-toy/main.cpp
parent22fe1dfed3ee6e1d0d00f0cb08b6549f771ef5cf (diff)
Make gfx library visible to external user. (#1719)
* Make gfx library visible to external user. * Fixup
Diffstat (limited to 'examples/shader-toy/main.cpp')
-rw-r--r--examples/shader-toy/main.cpp2
1 files changed, 1 insertions, 1 deletions
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"