1 2 3 4 5 6
#[allow(unused_imports)] use crate::*; pub const COMPRESSED_RGB_PVRTC_4BPPV1_IMG: f32 = 0x8C00 as f32; pub const COMPRESSED_RGB_PVRTC_2BPPV1_IMG: f32 = 0x8C01 as f32; pub const COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: f32 = 0x8C02 as f32; pub const COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: f32 = 0x8C03 as f32;