| * Copyright 2023 Google LLC |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| #ifndef GrVkBackendSurfacePriv_DEFINED |
| #define GrVkBackendSurfacePriv_DEFINED |
| #include "include/core/SkRefCnt.h" |
| #include "include/gpu/vk/GrVkTypes.h" |
| #include "include/private/base/SkAPI.h" |
| class GrBackendRenderTarget; |
| class MutableTextureState; |
| namespace GrBackendTextures { |
| SK_API GrBackendTexture MakeVk(int width, |
| sk_sp<skgpu::MutableTextureState>); |
| } // namespace GrBackendTextures |
| namespace GrBackendRenderTargets { |
| SK_API GrBackendRenderTarget MakeVk(int width, |
| sk_sp<skgpu::MutableTextureState>); |
| } // namespace GrBackendRenderTargets |