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 --- tools/gfx/vulkan/vk-swap-chain.h | 2 +- tools/gfx/vulkan/vk-util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gfx/vulkan') 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 -- cgit v1.2.3