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 /tools/gfx/vulkan | |
| parent | 22fe1dfed3ee6e1d0d00f0cb08b6549f771ef5cf (diff) | |
Make gfx library visible to external user. (#1719)
* Make gfx library visible to external user.
* Fixup
Diffstat (limited to 'tools/gfx/vulkan')
| -rw-r--r-- | tools/gfx/vulkan/vk-swap-chain.h | 2 | ||||
| -rw-r--r-- | tools/gfx/vulkan/vk-util.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx/vulkan/vk-swap-chain.h b/tools/gfx/vulkan/vk-swap-chain.h index 893910ea6..e5162d63b 100644 --- a/tools/gfx/vulkan/vk-swap-chain.h +++ b/tools/gfx/vulkan/vk-swap-chain.h @@ -4,7 +4,7 @@ #include "vk-api.h" #include "vk-device-queue.h" -#include "../render.h" +#include "slang-gfx.h" #include "core/slang-list.h" diff --git a/tools/gfx/vulkan/vk-util.h b/tools/gfx/vulkan/vk-util.h index c8194789d..723c3fde5 100644 --- a/tools/gfx/vulkan/vk-util.h +++ b/tools/gfx/vulkan/vk-util.h @@ -2,7 +2,7 @@ #pragma once #include "vk-api.h" -#include "../render.h" +#include "slang-gfx.h" // Macros to make testing vulkan return codes simpler |
