import { DeviceInfo } from '@luma.gl/core'; import { GLExtensions } from '@luma.gl/constants'; /** @returns strings identifying the GPU vendor and driver. */ export declare function getDeviceInfo(gl: WebGL2RenderingContext, extensions: GLExtensions): DeviceInfo; //# sourceMappingURL=webgl-device-info.d.ts.map