Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
blit_command.h
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#ifndef FLUTTER_IMPELLER_RENDERER_BLIT_COMMAND_H_
6#define FLUTTER_IMPELLER_RENDERER_BLIT_COMMAND_H_
7
11
12namespace impeller {
13
15 std::string label;
16};
17
19 std::shared_ptr<Texture> source;
20 std::shared_ptr<Texture> destination;
23};
24
26 std::shared_ptr<Texture> source;
27 std::shared_ptr<DeviceBuffer> destination;
30};
31
37
39 std::shared_ptr<Texture> texture;
40};
41
42} // namespace impeller
43
44#endif // FLUTTER_IMPELLER_RENDERER_BLIT_COMMAND_H_
std::shared_ptr< Texture > destination
std::shared_ptr< DeviceBuffer > destination
std::shared_ptr< Texture > source
std::shared_ptr< Texture > destination
std::shared_ptr< Texture > source
std::shared_ptr< Texture > texture