aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk/GrVkTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/vk/GrVkTexture.h')
-rw-r--r--src/gpu/vk/GrVkTexture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/vk/GrVkTexture.h b/src/gpu/vk/GrVkTexture.h
index 5e31c9da4b..48ec7305e4 100644
--- a/src/gpu/vk/GrVkTexture.h
+++ b/src/gpu/vk/GrVkTexture.h
@@ -14,6 +14,7 @@
class GrVkGpu;
class GrVkImageView;
+struct GrVkTextureInfo;
class GrVkTexture : public GrTexture, public virtual GrVkImage {
public:
@@ -21,10 +22,9 @@ public:
GrGpuResource::LifeCycle,
const GrVkImage::ImageDesc&);
-
static GrVkTexture* CreateWrappedTexture(GrVkGpu*, const GrSurfaceDesc&,
GrGpuResource::LifeCycle,
- VkFormat, const GrVkImage::Resource*);
+ VkFormat, const GrVkTextureInfo*);
~GrVkTexture() override;