skia2/resources/sksl/errors/BadModifiers.sksl
Brian Osman 9ca38ff4b4 Remove GLSL memory qualifiers from SkSL
These were all unused, and only implemented on one backend.

Change-Id: Ibd2fcef1a971e6c1bd9da0784c5d852a60708484
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/372117
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2021-02-18 19:57:05 +00:00

7 lines
312 B
Plaintext

const in out uniform flat noperspective buffer sk_has_side_effects varying inline void func1() {}
void func2(const in out uniform flat noperspective buffer sk_has_side_effects varying inline
float test) {}
const in out uniform flat noperspective buffer sk_has_side_effects varying inline float var;