Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92fbbd95 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect matrix handle in EglTextureProgram" into main

parents 61e48ec2 7a309b20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ bool EglTextureProgram::draw(GLuint textureId,
  }

  // Pass transformation matrix for the texture coordinates.
  glUniformMatrix4fv(mTextureCoordHandle, 1, /*transpose=*/GL_FALSE,
  glUniformMatrix4fv(mTransformMatrixHandle, 1, /*transpose=*/GL_FALSE,
                     transformMatrix.data());

  // Configure texture for the shader.