UNPKG

@jscad/regl-renderer

Version:

Renderer for JSCAD Geometries

8 lines (7 loc) 247 B
export = renderWrapper; /** function that injects most of the uniforms into the regl context: * ie keeps track of all regl global state. * @param {} regl * @param {} params={} */ declare function renderWrapper(regl: any, params?: any): any;