//! UASTC and BC7 shared partition pattern and anchor tables, stored as flat
//! `u8` arrays. The anchor tables are declared `[N][3]`, zero-filling any row
//! whose pattern lists fewer than three anchors so every row has a fixed width
//! and the tables keep a stable byte layout.
pub use BC7_3_ASTC2_PATTERNS2;
pub use BC7_3_ASTC2_PATTERNS2_ANCHORS;
pub use ASTC_BC7_PATTERN2_ANCHORS;
pub use ASTC_BC7_PATTERN3_ANCHORS;
pub use ASTC_BC7_PATTERNS2;
pub use ASTC_BC7_PATTERNS3;