DescriptionReport relevant variable names in info logs on failed shader link
In case there's a variable precision mismatch or name conflict, the
variable name is now printed in the program info log to ease fixing the
issue in complex shaders. Also fixes a bug where multiple hashed names
would not all be converted to the original names in info logs by
preferring to match less characters in the regex, instead of preferring
to match more and possibly eating up all the hashed names except the
last.
BUG=332798
TEST=gpu_unittests, WebGL GLSL conformance tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244504
Patch Set 1 #
Total comments: 5
Patch Set 2 : Fix nits #
Total comments: 1
Patch Set 3 : Fix code style and debug logging #
Messages
Total messages: 9 (0 generated)
|