Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/out/
Dformats.rs143 BC1_RGBA_SRGB_BLOCK = ash::vk::Format::BC1_RGBA_SRGB_BLOCK.as_raw(), enumerator
/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs798 pub const BC1_RGBA_SRGB_BLOCK: Self = Self(134); constant