Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/out/
Dformats.rs141 BC1_RGB_SRGB_BLOCK = ash::vk::Format::BC1_RGB_SRGB_BLOCK.as_raw(), enumerator
/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs796 pub const BC1_RGB_SRGB_BLOCK: Self = Self(132); constant