import { GLDataType, GLPixelType } from '@luma.gl/webgl/constants'; import { SignedDataType } from '@luma.gl/core'; /** Get shadertypes data type from GL constants */ export declare function convertGLDataTypeToDataType(type: GLDataType | GLPixelType): SignedDataType; //# sourceMappingURL=shader-formats.d.ts.map