https://bugs.kde.org/show_bug.cgi?id=360033

--- Comment #31 from m00nraker <m00nra...@gmx.net> ---
@Thomas

I can't apply your diff (file attached).

git apply __scene_opengl.diff
error: Anwendung des Patches fehlgeschlagen: scene_opengl.cpp:1040
error: scene_opengl.cpp: Patch konnte nicht angewendet werden

from sources/kwin/scene_opengl.cpp:

   // It is not legal to not have a vertex array object bound in a core context
    if (!GLPlatform::instance()->isGLES() &&
hasGLExtension(QByteArrayLiteral("GL_ARB_vertex_array_object"))) {
        glGenVertexArrays(1, &vao);
        glBindVertexArray(vao);
    }

Line 1040: glBindVertexArray(vao);

Don't know how to proceed. Please help. Do I have a different file
scene_opengl.cpp?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to