Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Unified Diff: src/gpu/vk/GrVkTextureRenderTarget.h

Issue 1808263002: Implement Vulkan GrBackendObject for textures. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Some tweaks Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/gpu/vk/GrVkTextureRenderTarget.h
diff --git a/src/gpu/vk/GrVkTextureRenderTarget.h b/src/gpu/vk/GrVkTextureRenderTarget.h
index 6e0d89968ff1750fefb8525ee74baf8d501cc07c..a7aff009d36d8bcfaf14d0ef097474b5fd3ea739 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 {

Powered by Google App Engine
This is Rietveld 408576698