ksw collection
rbn43
Source i (link to git-repo or to original if based on someone elses unmodified work):
More Panon Shaders from rbn43:
Other Panon Shaders:
© 2025 store.kde.org - The official KDE Store
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
8 Comments
9 9 excellent
10 10 the best
10 10 the best
10 10 the best
I need help with this issue: shader compilation failed: "0:382(2): error: `return' with wrong type int, in function `bar_dist' returning float\n"
Hmm, that sounds strange. It looks like your system has a different explanation to line 47 of the image.frag file. I thought glsl 3.0 can automatically convert type int to type float, but it didn't happen in your system. My suggestion is try modify line 47 from return 100000; to return 100000.0;
Please tell me if this modification works. So I can upload the modification to kde store. Thank you.
Now it works! Thanks!