aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk/GrVkTextureRenderTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/vk/GrVkTextureRenderTarget.h')
-rw-r--r--src/gpu/vk/GrVkTextureRenderTarget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/vk/GrVkTextureRenderTarget.h b/src/gpu/vk/GrVkTextureRenderTarget.h
index 6e0d89968f..a7aff009d3 100644
--- a/src/gpu/vk/GrVkTextureRenderTarget.h
+++ b/src/gpu/vk/GrVkTextureRenderTarget.h
@@ -20,6 +20,7 @@
#endif
class GrVkImageView;
+struct GrVkTextureInfo;
class GrVkTextureRenderTarget: public GrVkTexture, public GrVkRenderTarget {
public:
@@ -31,7 +32,7 @@ public:
const GrSurfaceDesc&,
GrGpuResource::LifeCycle,
VkFormat,
- GrVkImage::Resource*);
+ const GrVkTextureInfo*);
protected:
void onAbandon() override {