diff --git a/src/constants.d.ts b/src/constants.d.ts index f03653f3ac93408cd5c2f5ecf095a79ac63bd204..5a6e2af5b15b5f3ce0f0c706433f5f8ebc16c80e 100644 --- a/src/constants.d.ts +++ b/src/constants.d.ts @@ -157,13 +157,10 @@ export const IntType: TextureDataType; export const UnsignedIntType: TextureDataType; export const FloatType: TextureDataType; export const HalfFloatType: TextureDataType; - -// Pixel types -export enum PixelType {} -export const UnsignedShort4444Type: PixelType; -export const UnsignedShort5551Type: PixelType; -export const UnsignedShort565Type: PixelType; -export const UnsignedInt248Type: PixelType; +export const UnsignedShort4444Type: TextureDataType; +export const UnsignedShort5551Type: TextureDataType; +export const UnsignedShort565Type: TextureDataType; +export const UnsignedInt248Type: TextureDataType; // Pixel formats export enum PixelFormat {}