Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/out/
Dformats.rs145 BC2_SRGB_BLOCK = ash::vk::Format::BC2_SRGB_BLOCK.as_raw(), enumerator
/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs800 pub const BC2_SRGB_BLOCK: Self = Self(136); constant