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
28181e70ce
skia2
/
resources
/
sksl
/
errors
/
GrNoFragmentProcessorLocals.fp
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove sk_OutColor built-in variable. Change-Id: I41a5aea7b01efe8901498621197b9a5ff0f4fe5f Bug: skia:10549 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/344656 Commit-Queue: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
2020-12-15 16:20:33 +00:00
half4 main() {
Migrate several SkSLFP tests to golden outputs. Change-Id: I83a38f2c953a560fea3483e95e31df532b90773e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/317456 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
2020-09-16 22:40:38 +00:00
fragmentProcessor child;
Remove sk_OutColor built-in variable. Change-Id: I41a5aea7b01efe8901498621197b9a5ff0f4fe5f Bug: skia:10549 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/344656 Commit-Queue: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
2020-12-15 16:20:33 +00:00
return half4(1);
Migrate several SkSLFP tests to golden outputs. Change-Id: I83a38f2c953a560fea3483e95e31df532b90773e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/317456 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
2020-09-16 22:40:38 +00:00
}
Reference in New Issue
Copy Permalink