Chromium Code Reviews

Unified Diff: src/sksl/README

Issue 2405383003: added basic dataflow analysis to skslc (Closed)
Patch Set: derp Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/sksl/README
diff --git a/src/sksl/README b/src/sksl/README
index 1427c219267a8490fd25e4d0ee70f32bf5027197..6302075507edfdb97ee9151abe0bcfaf2b5f2596 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)

Powered by Google App Engine