From 92636513abe72d2da0c45f0e2c1235415e0671c3 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 6 Jan 2021 12:58:57 -0800 Subject: Refactor GUI/Window utils out of gfx library (#1649) Co-authored-by: Yong He --- 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 1efc3c745..403456036 100644 --- a/examples/shader-toy/main.cpp +++ b/examples/shader-toy/main.cpp @@ -21,7 +21,7 @@ using Slang::ComPtr; // #include "gfx/render.h" #include "gfx/d3d11/render-d3d11.h" -#include "gfx/window.h" +#include "tools/graphics-app-framework/window.h" using namespace gfx; // In order to display a shader toy effect using rasterization-based shader -- cgit v1.2.3