Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ComputePipeline.cpp
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
9
10namespace skgpu::graphite {
11
13 : Resource(sharedContext,
16 /*gpuMemorySize=*/0,
17 /*label=*/"ComputePipeline") {}
18
19} // namespace skgpu::graphite
ComputePipeline(const SharedContext *)
Budgeted
Definition GpuTypes.h:35