DescriptionFix for DrawArrays, DrawElements. Removed the check
for an invalid program. The check is already in
UseProgram. If that check passes the program is
"installed" at which point it, even if LinkProgram
is called and fails, marking the program as invalid,
the previously installed program is still in use
until UseProgram is called.
TEST=none
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49293
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|