You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the OpenGL debug output the number of bits in each pixel for R, G and B is given.
Instead of the bits for B (blue) the number of bits for G (green) is repeated.
This is now fixed by replacing the 2nd greenBufferSize with blueBufferSize.
Thanks to Martin Bene.
0 commit comments