aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/README
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-10-13 13:25:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-13 13:25:34 -0700
commit22f939e849013b7fc51374c289b5bf37e63dfdb1 (patch)
treec646354ad93a50329daa694bd7a54a1d2662c9f0 /src/sksl/README
parent9e3dbdff53f2d9957626a17a279730cda70f17ba (diff)
added basic dataflow analysis to skslc
Diffstat (limited to 'src/sksl/README')
-rw-r--r--src/sksl/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sksl/README b/src/sksl/README
index 1427c21926..6302075507 100644
--- a/src/sksl/README
+++ b/src/sksl/README
@@ -18,8 +18,7 @@ differences (for instance, you always use "in" and "out", and skslc will handle
translating them to "varying" and "attribute" as appropriate). Be aware of the
following differences between SkSL and GLSL:
-* no #version or "precision" statement is required, and they will be ignored if
- present
+* no #version statement is required, and will be ignored if present
* the output color is sk_FragColor (do not declare it)
* lowp, mediump, and highp are always permitted (but will only be respected if
you run on a GLES device)