Skip to main content
Latest
interface RuntimeEffectFactory
import { type RuntimeEffectFactory } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

See RuntimeEffect.h for more details.

Methods

Make(sksl: string, callback?: (err: string) => void): RuntimeEffect | null

Compiles a RuntimeEffect from the given shader code.