import { type SkRuntimeEffectFactory } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";
See SkRuntimeEffect.h for more details.
Methods
Make(sksl: string): SkRuntimeEffect | null
Compiles a SkRuntimeEffect from the given shader code.
import { type SkRuntimeEffectFactory } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";
See SkRuntimeEffect.h for more details.
Compiles a SkRuntimeEffect from the given shader code.