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); |