diff options
| author | Yong He <yonghe@outlook.com> | 2021-02-19 10:11:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-19 10:11:01 -0800 |
| commit | 5f7dc28a6d139487bab4ce61a60f12b3c53b6265 (patch) | |
| tree | 6a018f40e1c8aef26b08965cc93f545803318517 /examples/model-viewer | |
| parent | 22fe1dfed3ee6e1d0d00f0cb08b6549f771ef5cf (diff) | |
Make gfx library visible to external user. (#1719)
* Make gfx library visible to external user.
* Fixup
Diffstat (limited to 'examples/model-viewer')
| -rw-r--r-- | examples/model-viewer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/model-viewer/main.cpp b/examples/model-viewer/main.cpp index f830d4044..f18a2cc58 100644 --- a/examples/model-viewer/main.cpp +++ b/examples/model-viewer/main.cpp @@ -17,7 +17,7 @@ // layer, just to keep the examples short and to the point. // #include "graphics-app-framework/model.h" -#include "gfx/render.h" +#include "slang-gfx.h" #include "graphics-app-framework/vector-math.h" #include "graphics-app-framework/window.h" #include "graphics-app-framework/gui.h" |
