Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
CommandTypes.h
Go to the documentation of this file.
1/*
2 * Copyright 2022 Google LLC
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef skgpu_graphite_CommandTypes_DEFINED
9#define skgpu_graphite_CommandTypes_DEFINED
10
11#include "include/core/SkRect.h"
13
14namespace skgpu::graphite {
15
16// specifies a single region for copying, either from buffer to texture, or vice versa
23
24}; // namespace skgpu::graphite
25
26#endif // skgpu_graphite_DrawTypes_DEFINED