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

Unified Diff: gpu/command_buffer/client/gles2_c_lib_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: gpu/command_buffer/client/gles2_c_lib_autogen.h
diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
index 67f1e055def71ca49ceb48196c96f189df3d4456..2bb0fe7951e27d49b1b545e3b243e6bb378753d5 100644
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
@@ -1718,9 +1718,9 @@ GLint GL_APIENTRY GLES2GetFragDataIndexEXT(GLuint program, const char* name) {
void GL_APIENTRY
GLES2UniformMatrix4fvStreamTextureMatrixCHROMIUM(GLint location,
GLboolean transpose,
- const GLfloat* default_value) {
+ const GLfloat* transform) {
gles2::GetGLContext()->UniformMatrix4fvStreamTextureMatrixCHROMIUM(
- location, transpose, default_value);
+ location, transpose, transform);
}
namespace gles2 {

Powered by Google App Engine
This is Rietveld 408576698