function loadTextureimport { loadTexture } from "https://deno.land/x/caviar@2.1.7/src/renderers/webgl/util.ts"; loadTexture(gl: WebGL2RenderingContext,image: HTMLImage,level?,internalFormat?,border?,srcFormat?,srcType?,)Parametersgl: WebGL2RenderingContextimage: HTMLImageoptionallevel = [UNSUPPORTED]optionalinternalFormat = [UNSUPPORTED]optionalborder = [UNSUPPORTED]optionalsrcFormat = [UNSUPPORTED]optionalsrcType = [UNSUPPORTED]