1
2
3
4
5
#[allow(unused_imports)]
use crate::*;
pub const COMPRESSED_RGB_ATC_WEBGL: f32 = 0x8C92 as f32;
pub const COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL: f32 = 0x8C93 as f32;
pub const COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL: f32 = 0x87EE as f32;