e49703faf2
This was an experimental feature. It worked (but only the GPU backend). It was never adopted or used by anyone, to my knowledge. It's a large amount of code, and a strange corner of SkSL for users to stumble into. Bug: skia:10680 Change-Id: I0dda0364bce7dbffa58c32de4c7801ec2a6bc42e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/398222 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
const in out uniform flat noperspective sk_has_side_effects inline noinline void func1() {}
|
|
|
|
void func2(const in out uniform flat noperspective sk_has_side_effects
|
|
inline noinline float test) {}
|
|
|
|
const in out uniform flat noperspective sk_has_side_effects inline noinline float var;
|