DescriptionFails glLinkProgram if two glBindAttribLocation conflicts.
i.e., two declared attributes are bound to the same location, then we fail the link.
Many drivers already do this, but not all of them. For example, mesa does not, and it caused memory corruption actually. So we do this in chrome command buffer.
BUG=112569
TEST=test case in 112569
R=gman
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124707
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Total comments: 2
Patch Set 4 : #
Messages
Total messages: 5 (0 generated)
|