skia2/include/sksl
Brian Osman 77046a7f0f Disallow sk_FragCoord in SkRuntimeEffect
It's still accessible internally (and by default when using
SkMakeRuntimeEffect), but we don't want clients using this.
If we can come up with a simple and consistent coordinate
model that doesn't expose implementation details, we'll
revisit this.

Change-Id: I77726830480a286541ae887f9cd9822eb10ea913
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/430422
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2021-07-21 13:36:56 +00:00
..
DSL.h Broke DSLVar into separate subclasses 2021-07-15 15:40:06 +00:00
DSLBlock.h Fixed some fixups not being applied to DSL code 2021-07-12 14:25:38 +00:00
DSLCase.h Added operator= on DSLCase 2021-06-10 22:29:24 +00:00
DSLCore.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLErrorHandling.h DSL var values are now specified at construction time rather than in 2021-03-05 21:47:28 +00:00
DSLExpression.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLFunction.h Broke DSLVar into separate subclasses 2021-07-15 15:40:06 +00:00
DSLLayout.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLModifiers.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLRuntimeEffects.h Disallow sk_FragCoord in SkRuntimeEffect 2021-07-21 13:36:56 +00:00
DSLStatement.h Added Poison values to SkSL to improve DSL error handling 2021-06-28 19:15:16 +00:00
DSLSymbols.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLType.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLVar.h Broke DSLVar into separate subclasses 2021-07-15 15:40:06 +00:00
DSLWrapper.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00