Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/out/
Dformats.rs44 B8G8R8_SINT = ash::vk::Format::B8G8R8_SINT.as_raw(), enumerator
/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs699 pub const B8G8R8_SINT: Self = Self(35); constant