blob: 280b47e981da865f529627afa67d99a020893019 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <string>
#include <vector>
#include "impeller/renderer/backend/vulkan/context_vk.h"
namespace impeller {
namespace testing {
std::shared_ptr<std::vector<std::string>> GetMockVulkanFunctions(
VkDevice device);
std::shared_ptr<ContextVK> CreateMockVulkanContext(void);
} // namespace testing
} // namespace impeller