David Edmundson 23b70f4d45 Implement FadingMaterial frag/vert shaders on core profile
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
2017-03-05 23:44:56 +00:00

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>