Flutter Engine
The Flutter Engine
VulkanMutableTextureState.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 skgpu_VulkanMutableTextureState_DEFINED
9#define skgpu_VulkanMutableTextureState_DEFINED
10
14
15#include <cstdint>
16
18SK_API MutableTextureState MakeVulkan(VkImageLayout layout, uint32_t queueFamilyIndex);
19
24}
25
26#endif
#define SK_API
Definition: SkAPI.h:35
AtkStateType state
SK_API uint32_t GetVkQueueFamilyIndex(const MutableTextureState &state)
SK_API MutableTextureState MakeVulkan(VkImageLayout layout, uint32_t queueFamilyIndex)
SK_API VkImageLayout GetVkImageLayout(const MutableTextureState &state)
VkImageLayout
Definition: vulkan_core.h:1330