UNPKG

regl-shape

Version:
4 lines (3 loc) 292 B
import { Regl } from "regl"; import { ShaderDrawConfig } from ".."; export declare function createFillShader(regl: Regl, { blend, scissor, stencil, viewport, uniforms }: ShaderDrawConfig<undefined>): import("regl").DrawCommand<import("regl").DefaultContext, import("../..").InnerShapeProps>;