Chromium Code Reviews| 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 1dd35fdce023cfc0ad6433e495622a26edd747a0..87eed68cde39e298a0750574d73d8eb87d58d579 100644 |
| --- a/gpu/command_buffer/cmd_buffer_functions.txt |
| +++ b/gpu/command_buffer/cmd_buffer_functions.txt |
| @@ -133,7 +133,7 @@ GL_APICALL void GL_APIENTRY glPauseTransformFeedback (void); |
| GL_APICALL void GL_APIENTRY glPixelStorei (GLenumPixelStore pname, GLintPixelStoreAlignment param); |
| GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units); |
| GL_APICALL void GL_APIENTRY glReadBuffer (GLenum src); |
| -GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenumReadPixelFormat format, GLenumPixelType type, void* pixels); |
| +GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenumReadPixelFormat format, GLenumReadPixelType type, void* pixels); |
|
no sievers
2015/03/13 00:15:54
Wait, so this was accidentally not used before?
Zhenyao Mo
2015/03/13 02:38:33
Look at the build_*.py, it is overwritten in the R
no sievers
2015/03/13 19:44:18
Ah, got it, the code that validates this is custom
|
| GL_APICALL void GL_APIENTRY glReleaseShaderCompiler (void); |
| GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenumRenderBufferTarget target, GLenumRenderBufferFormat internalformat, GLsizei width, GLsizei height); |
| GL_APICALL void GL_APIENTRY glResumeTransformFeedback (void); |