Home
last modified time | relevance | path

Searched defs:BC2_UNORM_BLOCK (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dformats.rs144 BC2_UNORM_BLOCK = ash::vk::Format::BC2_UNORM_BLOCK.as_raw(), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs799 pub const BC2_UNORM_BLOCK: Self = Self(135); constant