Commit 65dcbbd1 by Nicolas Capens

Fix uniform block binding.

Bug swiftshader:2 Change-Id: I43c55f948a0816cf062b9b2e9d158c9a52fafdbc Reviewed-on: https://swiftshader-review.googlesource.com/6930Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent b5d3b9c4
...@@ -2960,7 +2960,7 @@ GL_APICALL void GL_APIENTRY glUniformBlockBinding(GLuint program, GLuint uniform ...@@ -2960,7 +2960,7 @@ GL_APICALL void GL_APIENTRY glUniformBlockBinding(GLuint program, GLuint uniform
return error(GL_INVALID_VALUE); return error(GL_INVALID_VALUE);
} }
programObject->bindUniformBlock(uniformBlockIndex, uniformBlockIndex); programObject->bindUniformBlock(uniformBlockIndex, uniformBlockBinding);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment