shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$texture$utils$mapViewDimensionToGlTarget = function(global, require, module, exports) { exports.mapViewDimensionToGlTarget = function(gl) { return {"2d":gl.TEXTURE_2D, cube:gl.TEXTURE_CUBE_MAP, "1d":null, "3d":gl?.TEXTURE_3D || null, "2d-array":gl?.TEXTURE_2D_ARRAY || null, "cube-array":gl?.TEXTURE_CUBE_MAP_ARRAY || null}; }; }; //# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$texture$utils$mapViewDimensionToGlTarget.js.map