Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
test_vulkan_image.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "flutter/testing/test_vulkan_image.h"
6
7#include "flutter/testing/test_vulkan_context.h"
8
9namespace flutter {
10namespace testing {
11
12TestVulkanImage::TestVulkanImage() = default;
13
14TestVulkanImage::TestVulkanImage(TestVulkanImage&& other) = default;
15TestVulkanImage& TestVulkanImage::operator=(TestVulkanImage&& other) = default;
16
18
20 return image_;
21}
22
23} // namespace testing
24} // namespace flutter
TestVulkanImage & operator=(TestVulkanImage &&other)