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