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

Unified Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1818073002: Always apply UniformMatrix4fvStreamTextureMatrixCHROMIUM matrix argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
index 5eebe552374aac71a744c489ab5406a56af9af42..782e9576c47c843c4c0b5b670bca18551fdf733d 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
@@ -581,7 +581,5 @@ VISIT_GL_CALL(GetFragDataIndexEXT,
(program, name))
VISIT_GL_CALL(UniformMatrix4fvStreamTextureMatrixCHROMIUM,
void,
- (GLint location,
- GLboolean transpose,
- const GLfloat* default_value),
- (location, transpose, default_value))
+ (GLint location, GLboolean transpose, const GLfloat* transform),
+ (location, transpose, transform))
« gpu/command_buffer/service/gles2_cmd_decoder.cc ('K') | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698