twgl.js icon indicating copy to clipboard operation
twgl.js copied to clipboard

better typings fro create textures

Open Zaitsev opened this issue 5 years ago • 0 comments

This allows intelli-sense to infer result keys

export function createTextures<O extends TexturesOptions, R = {[key in keyof O]: WebGLTexture}>(gl: WebGLRenderingContext, options: O, callback?: TexturesReadyCallback): R;

image

Zaitsev avatar Nov 04 '19 08:11 Zaitsev