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

Unified Diff: gpu/command_buffer/cmd_buffer_functions.txt

Issue 2456213002: WebVR: implement SetSurfaceHandleCHROMIUM extension for gvr_device.
Patch Set: Created 4 years, 2 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: gpu/command_buffer/cmd_buffer_functions.txt
diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt
index 8849ac1eadf71e18755fe31757b7dc243960028f..0f994b116db5b76352b6e122c9a0e8e2cb8f4d5a 100644
--- a/gpu/command_buffer/cmd_buffer_functions.txt
+++ b/gpu/command_buffer/cmd_buffer_functions.txt
@@ -363,3 +363,6 @@ GL_APICALL GLint GL_APIENTRY glGetFragDataIndexEXT (GLidProgram program,
GL_APICALL void GL_APIENTRY glUniformMatrix4fvStreamTextureMatrixCHROMIUM (GLintUniformLocation location, GLbooleanFalseOnly transpose, const GLfloat* transform);
GL_APICALL void GL_APIENTRY glSwapBuffersWithDamageCHROMIUM (GLint x, GLint y, GLint width, GLint height);
+
+// WebVR temporary plumbing
bajones 2016/10/28 00:41:22 Comment doesn't make much sense if we're landing i
klausw 2016/11/08 02:18:30 Done.
+GL_APICALL void GL_APIENTRY glSetSurfaceHandleCHROMIUM (GLint surfaceHandle);

Powered by Google App Engine
This is Rietveld 408576698