Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
GrVkBackendSemaphore.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 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 GrVkBackendSemaphore_DEFINED
9#define GrVkBackendSemaphore_DEFINED
10
14
15namespace GrBackendSemaphores {
16SK_API GrBackendSemaphore MakeVk(VkSemaphore semaphore);
17SK_API VkSemaphore GetVkSemaphore(const GrBackendSemaphore&);
18} // namespace GrBackendSemaphores
19
20#endif
#define SK_API
Definition SkAPI.h:35
SK_API GrBackendSemaphore MakeVk(VkSemaphore semaphore)
SK_API VkSemaphore GetVkSemaphore(const GrBackendSemaphore &)