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