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

Vlad Zahorodnii <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/kwin/-/commit/a67431cda4 |ma/kwin/-/commit/0b51d18a6a
                   |d6afdeda5384ea4d840dfc26ebb |f705437492598001de24c6affe6
                   |789                         |9b1

--- Comment #3 from Vlad Zahorodnii <[email protected]> ---
Git commit 0b51d18a6af705437492598001de24c6affe69b1 by Vlad Zahorodnii.
Committed on 31/05/2026 at 11:24.
Pushed by vladz into branch 'Plasma/6.7'.

opengl: Improve shader compilation errors

"log" is printed as a QByteArray. QByteArray will print characters as
is, i.e. the new line character will be printed as "\n" instead of
adding a new line. Use .data() so the error messages are properly
formatted.

While on this, also use qUtf8Printable() to remove quotes around shader
source code.
(cherry picked from commit a67431cda4d6afdeda5384ea4d840dfc26ebb789)

M  +3    -3    src/opengl/glshader.cpp

https://invent.kde.org/plasma/kwin/-/commit/0b51d18a6af705437492598001de24c6affe69b1

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

Reply via email to