Commit 4336798e by Jamie Madill

Fix UBO binding workaround bug ID.

BUG=angleproject:1637 Change-Id: I411252fa719f79c26795522ea5f1504ef460c6c0 Reviewed-on: https://chromium-review.googlesource.com/420306Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 081b6e2b
......@@ -116,7 +116,7 @@ struct WorkaroundsGL
// Some drivers seem to forget about UBO bindings when loading program binaries. Work around
// this by re-applying the bindings after the program binary is loaded.
// This only seems to affect AMD OpenGL drivers, and some Android devices.
// http://anglebug.com/1660
// http://anglebug.com/1637
bool reapplyUBOBindingsAfterLoadingBinaryProgram = false;
};
} // namespace rx
......
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