Summary: Like all the inbuilt shaders this now has a separate GLS source file which works with a newer version without requiring compatibility. Was https://git.reviewboard.kde.org/r/128426/ Test Plan: Ran plasmashell with ForceGlCoreProfile set in the config Hovered an icon in the task manager and it animated to the correct one correctly. Ran glslangValidator on both files. No warnings. Reviewers: #plasma, mart Reviewed By: mart Subscribers: mart, plasma-devel, #frameworks Tags: #plasma, #frameworks Differential Revision: https://phabricator.kde.org/D4851
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource prefix="/plasma-framework/shaders">
|
|
<file>fadingmaterial.vert</file>
|
|
<file>fadingmaterial.frag</file>
|
|
<file>fadingmaterial_core.vert</file>
|
|
<file>fadingmaterial_core.frag</file>
|
|
</qresource>
|
|
</RCC>
|