rabbit-ear
Version:
origami design library
12 lines • 367 B
TypeScript
export function makeUniforms({ projectionMatrix, modelViewMatrix, frontColor, backColor, outlineColor, strokeWidth, opacity, }: {
projectionMatrix: any;
modelViewMatrix: any;
frontColor: any;
backColor: any;
outlineColor: any;
strokeWidth: any;
opacity: any;
}): {
[key: string]: WebGLUniform;
};
//# sourceMappingURL=uniforms.d.ts.map