diff options
Diffstat (limited to 'src/sksl/README')
-rw-r--r-- | src/sksl/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sksl/README b/src/sksl/README index 40bdf1e329..c8fba509c5 100644 --- a/src/sksl/README +++ b/src/sksl/README @@ -38,6 +38,8 @@ Differences from GLSL 'do_something_else();', depending on whether that cap is enabled or not. * no #version statement is required, and it will be ignored if present * the output color is sk_FragColor (do not declare it) +* use sk_Position instead of gl_Position +* use sk_PointSize instead of gl_PointSize * use sk_VertexID instead of gl_VertexID * the fragment coordinate is sk_FragCoord, and is always relative to the upper left. |