Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ClientMappedBufferManager.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 ClientMappedBufferManager_graphite_DEFINED
9#define ClientMappedBufferManager_graphite_DEFINED
10
14
15namespace skgpu::graphite {
16
17// This is declared as a class rather than an alias to allow for forward declarations
24
25bool SkShouldPostMessageToBus(const ClientMappedBufferManager::BufferFinishedMessage&,
26 Context::ContextID potentialRecipient);
27
28} // namespace skgpu::graphite
29
30#endif
bool SkShouldPostMessageToBus(const ClientMappedBufferManager::BufferFinishedMessage &, Context::ContextID potentialRecipient)