mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
mesa: remove old comment
This commit is contained in:
parent
133501bef2
commit
a54033bedb
1 changed files with 0 additions and 1 deletions
|
|
@ -382,7 +382,6 @@ _mesa_drawbuffers(GLcontext *ctx, GLuint n, const GLenum *buffers,
|
|||
*/
|
||||
if (n == 1) {
|
||||
GLuint count = 0, destMask0 = destMask[0];
|
||||
/* init to -1 to help catch errors */
|
||||
while (destMask0) {
|
||||
GLint bufIndex = _mesa_ffs(destMask0) - 1;
|
||||
if (fb->_ColorDrawBufferIndexes[count] != bufIndex) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue