blob: ba976fb10348efd881320b8075a4e70048230890 [file] [log] [blame] [edit]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GARNET_LIB_UI_GFX_UTIL_VULKAN_UTILS_H_
#define GARNET_LIB_UI_GFX_UTIL_VULKAN_UTILS_H_
#include <vulkan/vulkan.hpp>
namespace scenic {
namespace gfx {
vk::SurfaceKHR CreateVulkanMagmaSurface(const vk::Instance& instance);
} // namespace gfx
} // namespace scenic
#endif // GARNET_LIB_UI_GFX_UTIL_VULKAN_UTILS_H_