You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export function createTextures<O extends TexturesOptions, R = {[key in keyof O]: WebGLTexture}>(gl: WebGLRenderingContext, options: O, callback?: TexturesReadyCallback): R;
The text was updated successfully, but these errors were encountered:
This allows intelli-sense to infer result keys
The text was updated successfully, but these errors were encountered: