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

Unified Diff: include/gpu/GrTypes.h

Issue 2318603002: Update Vulkan docs (Closed)
Patch Set: fix var name Created 4 years, 3 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
« no previous file with comments | « no previous file | site/user/special/vulkan.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrTypes.h
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index 7bc949d73c366a5f19c534d5ed0e858d2147867d..6b73f3c073deb04e85f6c545ab88025d27e7e6a2 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -142,6 +142,7 @@ const int kBackendCount = kLast_GrBackend + 1;
/**
* Backend-specific 3D context handle
* GrGLInterface* for OpenGL. If NULL will use the default GL interface.
+ * GrVkBackendContext* for Vulkan.
*/
typedef intptr_t GrBackendContext;
@@ -569,6 +570,7 @@ struct GrBackendTextureDesc {
/**
* Handle to the 3D API object.
* OpenGL: Texture ID.
+ * Vulkan: GrVkImageInfo*
*/
GrBackendObject fTextureHandle;
};
@@ -603,6 +605,7 @@ struct GrBackendRenderTargetDesc {
/**
* Handle to the 3D API object.
* OpenGL: FBO ID
+ * Vulkan: GrVkImageInfo*
*/
GrBackendObject fRenderTargetHandle;
};
« no previous file with comments | « no previous file | site/user/special/vulkan.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698