aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/README
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-07-05 16:19:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-05 21:02:39 +0000
commit9fb036fb133d0b2eafb95a86a06b7910c0b0039c (patch)
tree29304b0dd265f2457e44d4a9a8b26d7685de86ec /src/sksl/README
parent412cda7379626ee3acfd1dbb1441adde81efddc3 (diff)
rewrote GrAlphaThresholdFragmentProcessor in sksl
Bug: skia: Change-Id: I641b206fc3bc19ac190ad94ee755ab9e1caab9b3 Reviewed-on: https://skia-review.googlesource.com/21341 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'src/sksl/README')
-rw-r--r--src/sksl/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sksl/README b/src/sksl/README
index 0c1712dc08..c2718adf3e 100644
--- a/src/sksl/README
+++ b/src/sksl/README
@@ -75,8 +75,10 @@ Within an '.fp' fragment processor file:
Supported section are:
@header (in the .h file, outside the class declaration)
+ @headerEnd (at the end of the .h file)
@class (in the .h file, inside the class declaration)
@cpp (in the .cpp file)
+ @cppEnd (at the end of the .cpp file)
@constructorParams (extra parameters to the constructor, comma-separated)
@constructor (replaces the default constructor)
@initializers (constructor initializer list, comma-separated)