skia2/modules/canvaskit/tests
Brian Osman 91292e9482 Runtime Effects: Support 'uniform shader' (vs. 'in shader')
The previous behavior leaked Skia-internal concepts into public SkSL.
Users coming from GLSL will expect that bindable/sampleable objects are
uniform (just like texture2D). This keeps the old support around (and
tested), but updates all of our examples to use 'uniform'.

Bug: skia:10679
Change-Id: I0c98162f5e21dad7014d9778ceb26143d2f6030e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/332376
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2020-11-04 22:29:53 +00:00
..
assets [canvaskit] Quick fix for older skp format 2020-07-15 12:30:50 +00:00
canvas2d.spec.js [canvaskit] Add gm helper functions to tests. 2020-04-03 19:12:02 +00:00
canvas.spec.js [canvaskit] Add fast pass for saveLayerPaint 2020-11-04 14:49:34 +00:00
canvaskitinit.js Added CanvasKit.MakeImageFromCanvasImageSource which is useful as an alternative to 2020-06-15 19:35:09 +00:00
core.spec.js [canvaskit] Add option for readPixels to use pre-malloc'd data 2020-11-04 14:50:48 +00:00
font.spec.js [canvaskit] Remove Sk from nearly all function/type names. 2020-10-07 21:01:32 +00:00
matrix.spec.js [canvaskit] Remove Sk from nearly all function/type names. 2020-10-07 21:01:32 +00:00
paragraph.spec.js [canvaskit] Properly expose getLineMetrics 2020-11-04 14:49:16 +00:00
path.spec.js [canvaskit] Clean up some APIs related to Path factories 2020-10-09 17:42:47 +00:00
rtshader.spec.js Runtime Effects: Support 'uniform shader' (vs. 'in shader') 2020-11-04 22:29:53 +00:00
skottie.spec.js Fixes for canvaskit karma tests in google3 2020-09-23 14:51:27 +00:00
util.js [canvaskit] Remove Sk from nearly all function/type names. 2020-10-07 21:01:32 +00:00