/**
* Returns a list of formats.
* Creates a temporary WebGLRenderingContext if none is provided.
*
* @paramgl - Optional context.
*/exportdeclarefunctiongetSupportedGPUTextureFormats(gl?: WebGLRenderingContext): Set<string>;
//# sourceMappingURL=texture-formats.d.ts.map