https://bugs.kde.org/show_bug.cgi?id=334884
Sergey Koshman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Sergey Koshman <[email protected]> --- I had such issue It was falling in qsgatlastexture.cpp on glTexSubImage2D(...) In my case it was GL_UNPACK_ROW_LENGTH parameter set to value other than 0, from another part of application. It worked ok when I put glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); to fix OpenGL API state after my other OpenGL code. -- You are receiving this mail because: You are watching all bug changes.
