blob: 42d8351b7d50c0cab14aa2bb715eca2fa51d9d98 [file] [log] [blame]
// 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_impl {
namespace gfx {
vk::SurfaceKHR CreateVulkanMagmaSurface(const vk::Instance& instance);
} // namespace gfx
} // namespace scenic_impl
#endif // GARNET_LIB_UI_GFX_UTIL_VULKAN_UTILS_H_