This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
skia2
Watch
1
Star
0
Fork
0
You've already forked skia2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7e947ab4b6
skia2
/
resources
/
sksl
/
runtime
/
SampleWithExplicitCoord.rts
5 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .rte -> .skvm unit test framework Includes a handful of test cases to exercise the system Change-Id: I98e73a8bca063f475d2ddb51778e395697392ddb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/346637 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
2020-12-22 16:28:59 +00:00
uniform shader child;
half4 main(float2 p) {
Convert internal SkSL to use .eval() Also update RELEASE_NOTES to describe new syntax. Change-Id: I2666551b98f80b61ae3a48c92a9e306cdc7242b0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/444735 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
2021-09-02 13:26:27 +00:00
return child.eval(p.yx);
Add .rte -> .skvm unit test framework Includes a handful of test cases to exercise the system Change-Id: I98e73a8bca063f475d2ddb51778e395697392ddb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/346637 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
2020-12-22 16:28:59 +00:00
}
Reference in New Issue
Copy Permalink